Hi,
The library is probably not one of the usual places as far as ld.so.1 is
concerned.
/usr/local/ssl/lib/libssl.so.0.9.6
You have several options some of which are...
1. Make sure that -R/usr/local/ssl/lib is passed to the linker
2. or set LD_RUN_PATH=/usr/local/ssl/lib before compiling
3. or set a link in a directory (ie: /usr/lib) that is searched by ld.so.1
when running the program that points to the actual location.
On Thu, 16 Jan 2003 00:15:35 -0800, [EMAIL PROTECTED] wrote...
> Hello,
>
> I compiled imap-2000b without any problems on a Sun sparc64 machine
> running solaris 2.8, with gcc. I used the following 'make' arguments:
>
> make gso SSLTYPE=unix
>
> I have OpenSSL 0.9.6 installed in the default location,
> /usr/local/ssl. After setting up the new imapd binary, when I connect
> to it, I get the following error:
>
> {lyceum}(~)$ telnet myhost 993
> Trying 142.58.49.3...
> Connected to myhost.mydomain.ca.
> Escape character is '^]'.
> ld.so.1: imapd: fatal: libssl.so.0.9.6: open failed: No such file or
> directory
> Connection closed by foreign host.
>
> However, nothing has changed since the build, and the library is in
> the normal place:
>
> $ ls -l /usr/local/ssl/lib/libssl.so.0.9.6
> -r-xr-xr-x 1 bin bin 228765 Mar 22 2002 libssl.so.0.9.6
>
> How can I get imapd to "see" the ssl library?
>
> Thanks,
>
> Brent
>
>
> --
> -----------------------------------------------------------------
> For information about this mailing list, and its archives, see:
> http://www.washington.edu/imap/imap-list.html
> -----------------------------------------------------------------
>
Regards,
Mark Keasling <[EMAIL PROTECTED]>