* Guillaume Chartrand <[EMAIL PROTECTED]> [2004-11-26 09:43:29 -0500]:
> But I have openssl installed by default with my distribution. I think he > search the openssl on /usr/local/include But in my system it's on /usr/include You've answered your own question - UW IMAP doesn't know where to look for your SSL libs. From the SSLBUILD doc: 3) Make sure that you know how to build OpenSSL properly on the standard /usr/local/ssl directory. In particular, /usr/local/ssl/include (and /usr/local/ssl/include/openssl) and /usr/local/ssl/lib must be set up from the OpenSSL build. If you have a non-standard installation, then you must modify the imap-2002a/src/osdep/unix/Makefile file to point to the appropriate locations. Either modify your Makefile (as suggested above) to point to the right location, or pass the appropriate arguments (i.e. SSLDIR=/path/to/location") in the make command itself. -- Sahil Tandon
