On Fri, Oct 13, 2000 at 05:59:35PM +0200, Richard Levitte - VMS Whacker wrote:
> From: Albert Chin-A-Young <[EMAIL PROTECTED]>
> china> Also, why do you '-L. -lcrypto' when building libssl.so? The
> china> shared library version of libssl should mimick the static
> china> version.
> 
> I'm expressing a dependency, which feels like the right thing to do.
> libssl is very much depending on libcrypto.  If you look at many
> shared libraries with ldd, you will for example see a dependency on
> libc of a certain version.

That's because libc is shared. So, that means the symbolic links have
to be created during build time I guess.

-- 
albert chin ([EMAIL PROTECTED])
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to