Hi! When specifying --with-ssl-dir=/path/to/ssl, configure will always use an openssl-library in system locations if there, regardless of the setting. This is caused by line 343 of configure.in: for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do as "" precedes $tryssldir, so $tryssldir is never used, if "" is already successfull. I recommend to change the precedence to ' $tryssldir "" ', so that I can choose another OpenSSL library (version) besides the one in the system directory. (Currently, setting CFLAGS and LDFLAGS has even higher precedence, so as a workaround I could choose this way). Best regards, Lutz -- Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
Hi, On Wed, Sep 13, 2000 at 09:48:22PM +0200, Lutz Jaenicke wrote:> When specifying --with-ssl-dir=/path/to/ssl, configure will always use > an openssl-library in system locations if there, regardless of the setting.Yes! (I have been bitten by that as well, but hadn't really been able to figure out what was going on in configure). [..]> I recommend to change the precedence to ' $tryssldir "" ', so that I can choose > another OpenSSL library (version) besides the one in the system directory.Strongly seconded - especially for testing this is very useful. gert -- Gert Doering Mobile communications ... right now writing from *Ijmuiden* :-))
Seemingly Similar Threads
- [Lutz.Jaenicke@aet.TU-Cottbus.DE: 2.9p1: HP-UX 10.20 utmp/wtmp handling broken?]
- OpenSSH (CVS) performance observations
- [schulz@adi.com: 0.9.8a: DSA_generate_parameters & RSA_generate_key not in libcrypto]
- Bug in bsd-waitpid.c and bsd-nextstep.c
- Today's CVS trouble (HP-UX 10.20)