You are not logged in.

#1 2006-08-19 07:46:11

Blayder
Member
Registered: 2006-07-29
Posts: 43

postfix-mysql problem with libssl...

when i'm installing postfix-mysql i get:

newaliases: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory

As i found out - i have libssl.so.0.9.8

So, how to make postfix to use newer libssl???

Offline

#2 2006-08-19 08:34:35

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: postfix-mysql problem with libssl...

you could either make a symlink libssl.so.0.9.7 -> libssl.so.0.9.8 or rebuilt postfix-mysql with abs

Offline

#3 2006-08-19 10:09:23

Blayder
Member
Registered: 2006-07-29
Posts: 43

Re: postfix-mysql problem with libssl...

symlinking leads to error with encorrect bercly DB version, so i guess i'll have to use build with abs, BUT... how can i do it?? tongue

Offline

#4 2006-08-19 10:29:13

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: postfix-mysql problem with libssl...

run 'abs' as root to download the newest pkgbuilds then

cd $(find /var/abs -name postfix-mysql)
makepkg -i

to rebuild and install

Offline

#5 2006-08-19 10:50:01

Blayder
Member
Registered: 2006-07-29
Posts: 43

Re: postfix-mysql problem with libssl...

got abs smile

now i know how to use it, but still a problem...

==> ERROR: Failed to download postfix-2.2.10.tar.gz

sad

P.S. looked at ftp, there is only postfix 2.2.11.tar.gz...
P.P.S made a little trick smile - edited PKGBUILD to download postfix 2.2.11, but it didn't pass the MD5 checksum... ;(

Offline

#6 2006-08-19 12:08:18

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: postfix-mysql problem with libssl...

course it didn't pass the md5 check, it's a different file wink

delete the md5sum=() line, add a blank line to the end of the pkgbuild and run this

makepkg -g >> PKGBUILD

that will generate new md5 and then run 'makepkg -i' to build and install the new package

Offline

#7 2006-08-21 10:02:29

Blayder
Member
Registered: 2006-07-29
Posts: 43

Re: postfix-mysql problem with libssl...

thanks man, it worked big_smile big_smile

Offline

Board footer

Powered by FluxBB