Hello,

I'm new to openssl (sort of) and I have a problem/question.

I am trying to compile fetchmail-5.9.12 with ssl support but something
strange is happening. Compilation goes ok but when it's all done I do a
'ldd ./fetchmail' and it turns out the libraries are dynamically linked to
the fetchmail binary but with the full filename. The output of ldd says:

  libcrypto.so.0.9.6 => /usr/local/ssl/lib/libcrypto.so.0.9.6

I would expect something like this:

  libcrypto.so.0 => /usr/local/ssl/lib/libcrypto.0

It's the same with libssl (ofcourse). I would expect the linker to use
the symlinks pointing to the 'real' files but somehow it doesn't.

Yes, the symlinks are there, 'make install' created them. I've build the
libraries with './config shared threads; make'.

Is there a solution for this?

-- 
Best regards,
 Henri                          mailto:[EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to