Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-07 Thread Christian Schmidt
Hello Chris, Chris Wakelin, 06.10.2009 (d.m.y): Works for me on Solaris 10, gcc 3.4.3, openssl 0.9.8k. What do you have for your configure line? Are you sure you're picking up your compiled library and not the default Solaris one? I've got something like:

[Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Jernej Porenta
Heya, 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. On both systems the compiling fails with: /bin/bash ../../libtool --tag=CC--mode=link gcc -std=gnu99 -g -O2 -Wall -W

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Bruce Bodger
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:

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Timo Sirainen
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

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Chris Wakelin
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

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Jernej Porenta
Timo Sirainen wrote: On Oct 6, 2009, at 9:00 AM, Bruce Bodger wrote: 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

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Christian Schmidt
Hello Timo, Timo Sirainen, 06.10.2009 (d.m.y): What OpenSSL version do you have? I thought those compression functions were new enough that everyone would have them by now.. I'm experiencing the same problem when buidling dovecot on Solaris 10 (SPARC). I just updated my OpenSSL to version

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Bruce Bodger
On Oct 6, 2009, at 8:26 AM, Bruce Bodger wrote: 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:

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Chris Wakelin
Christian Schmidt wrote: Hello Timo, Timo Sirainen, 06.10.2009 (d.m.y): What OpenSSL version do you have? I thought those compression functions were new enough that everyone would have them by now.. I'm experiencing the same problem when buidling dovecot on Solaris 10 (SPARC). I just

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Timo Sirainen
On Tue, 2009-10-06 at 10:55 +0200, Jernej Porenta wrote: SSL_COMP_get_name ../login-common/liblogin-common.a(ssl-proxy-openssl.o) SSL_get_current_compression ../login-common/liblogin-common.a(ssl-proxy-openssl.o) ld: fatal: Symbol referencing errors. No output written to imap-login

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Dave McGuire
On Oct 6, 2009, at 10:21 AM, Bruce Bodger wrote: 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:

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Axel Luttgens
Le 6 oct. 2009 à 17:23, Dave McGuire a écrit : On Oct 6, 2009, at 10:21 AM, Bruce Bodger wrote: [...] A bit of oddity I just discovered by viewing source code at http://www.opensource.apple.com/ OS X 10.5.8 - OpenSSL 0.9.7l 28 Sep 2006 OS X 10.6.0 - OpenSSL 0.9.6l 04 Nov 2003 OS X

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Dave McGuire
On Oct 6, 2009, at 11:32 AM, Axel Luttgens wrote: [...] A bit of oddity I just discovered by viewing source code at http://www.opensource.apple.com/ OS X 10.5.8 - OpenSSL 0.9.7l 28 Sep 2006 OS X 10.6.0 - OpenSSL 0.9.6l 04 Nov 2003 OS X 10.6.1 - OpenSSL 0.9.6l 04 Nov 2003 Looks like

Re: [Dovecot] compiling issue 1.2.6 - Solaris

2009-10-06 Thread Axel Thimm
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