>>>>> On Tue, 20 Feb 2001 22:09:35 +0100,
>>>>> Michael Abrahamsson <[EMAIL PROTECTED]> (ma) writes:
ma> Also configured Cyrus IMAPD with the following syntax:
ma> ./configure --with-auth=unix
ma> LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -o blib/arch/auto/Cyrus/IMAP/IMAP.so
-shared
ma> -L/usr/local/lib IMAP.o ../../lib/libcyrus.a -lsasl -lssl -lcrypto
ma> /usr/bin/ld: cannot find -lssl
Perhaps try adding:
./configure --with-auth=unix --with-openssl=/usr/local/ssl
or where ever you have openssl installed.
This is listed in:
./configure --help
--
Amos