Oups... I just have posted you another email concerning this point before reading this one...sorry.
CXXFLAGS="-L/usr/local/ssl/lib $CXXFLAGS" ./configure Didn't work for me. bash-2.05# find / -name libcrypto.a /dm/backups/sources/openssl-0.9.7c/libcrypto.a /usr/local/ssl/lib/libcrypto.a bash-2.05# find / -name libssl.a /dm/backups/sources/openssl-0.9.7c/libssl.a /usr/local/ssl/lib/libssl.a Florent -----Message d'origine----- De : Andreas Aardal Hanssen [mailto:[EMAIL PROTECTED] Envoye : jeudi 30 octobre 2003 20:26 A : Binc IMAP General Objet : Re: [binc] Problem with SSL library not found.. On Thu, 30 Oct 2003, Florent Gilain wrote: >Hello all, Hi, Florent :-). >I tryed to compile and install the latest Imap Server version on my Solaris >2.9 box, but i get this error : >checking for SSL_write in -lssl -lcrypto... no >OpenSSL latest version has been installed just before : >find / -name "libssl*" >/usr/local/ssl/lib/libssl.a >Which files are not found ? That file and libcrypto.a. As was mentioned in an earlier thread, you can try running configure like this: CXXFLAGS="-L/usr/local/ssl/lib $CXXFLAGS" ./configure >I read the FAQ, but i can't use RPM packages since i'm not under Linux (Am i >true ?) True, and this info should go into the FAQ. The next release will have a configure option that lets you specify where the OpenSSL headers and libs are. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
