Updating error....

indiferencia

New member
Joined
May 7, 2009
Messages
3
Hello, I got an email advising of new updates for my server:

Apache 2.2.13 to 2.2.14 update is available.
Dovecot 1.2.5 to 1.2.6 update is available.

I did the steps to do the update:

cd /usr/local/directadmin/custombuild
./build update_versions

But I got an error, those are the last lines I see in the console:

I tried rebooting but always receive the same error. Can anybody help me please?

../login-common/liblogin-common.a(ssl-proxy-openssl.o)(.text+0x78c): In function
`ssl_proxy_get_security_string':
/usr/local/directadmin/custombuild/dovecot-1.2.6/src/login-common/ssl-proxy-open
ssl.c:647: undefined reference to `SSL_get_current_compression'
../login-common/liblogin-common.a(ssl-proxy-openssl.o)(.text+0x7a2):/usr/local/d
irectadmin/custombuild/dovecot-1.2.6/src/login-common/ssl-proxy-openssl.c:648: u
ndefined reference to `SSL_COMP_get_name'
collect2: ld returned 1 exit status
make[3]: *** [imap-login] Error 1
make[3]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-1.2.6/src
/imap-login'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-1.2.6/src
'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/dovecot-1.2.6'
make: *** [all] Error 2

*** The make has failed, do you want to try to make again? (y,n):
 
Have you updated openSSL? What did you use to do that? update.sript?
 
I guess it's the same problem i have with CentOS 4.x releases. Which have an old OpenSSL in their repository. But i can fix this manually, but this isn't preferable in my opinion.
 
Back
Top