I found out the solution looking through the archives. I ran
./configure --with-openssl=/usr/include/openssl and everything
compiled okay. Now on to configuration and actually running the thing
...
Jen
jennyw wrote:
>
> Still having problems compiling 2.0.12. When I run make all, I get this
> error:
>
> LD_RUN_PATH="/usr/lib" cc -o blib/arch/auto/Cyrus/IMAP/IMAP.so -shared
> -L/usr/local/lib IMAP.o ../../lib/libcyrus.a -lsasl -lssl -lcrypto
> /usr/bin/ld: cannot find -lssl
>
> I'm running on Debian GNU/Linux 2.2, have OpenSSL 0.9.6 and libsasl*
> 1.5.24 installed (via apt-get), and have compiled and installed
> BerkeleyDB 3.2. Any suggestions on what's wrong here?
>
> Thanks!
>
> Jen