On Tue, Oct 06, 2009 at 09:22:12AM -0400, Timo Sirainen wrote:
On Oct 6, 2009, at 9:00 AM, Bruce Bodger wrote:
On Oct 6, 2009, at 3:55 AM, Jernej Porenta wrote:
I am expiriencing compiling issues on Solaris 8 and Solaris 10 boxes with dovecot 1.2.6. On Solaris 8 the compiler is gcc 64bit 3.2.2, on Solaris 10 gcc 3.4.3.
Same type of problem here on OS X 10.5.8 Server.
Command line to configure: ./configure --with-ssldir=/System/ Library/OpenSSL --with-ssl=openssl
.. Undefined symbols: "_SSL_get_current_compression", referenced from: _ssl_proxy_get_security_string in liblogin-common.a(ssl-proxy- openssl.o) "_SSL_COMP_get_name", referenced from: _ssl_proxy_get_security_string in liblogin-common.a(ssl-proxy- openssl.o)
What OpenSSL version do you have? I thought those compression functions were new enough that everyone would have them by now..
Just to add another data point - it also failed on RHEL4 (openssl 0.9.7a), but your fix in hg already took care of it, thanks!
Axel.Thimm at ATrpms.net