On Thu, 30 Oct 2003, Florent Gilain wrote: >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.
Okay, try editing src/Makefile, search for this line: LIBSSL = replace it with LIBSSL = -L/usr/local/ssl/lib -lssl -lcrypto Then edit config.h and search for /* #undef WITH_SSL */ replace it with #define WITH_SSL Then run "make clean && make" and see if that works for you. :-) 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."
