[wplug] using the correct version of multiple versions of a library

Robert E. Coutch robert.coutch at verizon.net
Mon May 15 14:33:53 EDT 2006


Here's my guess.

Apache is building with libssl.so, libcrypto.so and libz.so and not the 
version specific names.

I'm also guessing that libssl.so is a link to libssl.so.0.9.6 and so on for 
the other .so files.

Perhaps you need to point libssl.so the the version you want to compile with.


Hope this helps,

Bob


On Monday 15 May 2006 01:09 pm, Duncan Hutty wrote:
> In order to use mod_pubcookie, I need to use a newer version of openssl
> than is default on my solaris9 box. So I have /usr/local/openssl which
> is 0.9.8a. When apache-2.0.58 is compiled using
> --with-ssl=/usr/local/openssl, ldd against the httpd binary built shows
> that it is linked against 0.9.6.
>
> ldd ./bin/httpd
>          libz.so =>       /usr/local/lib/libz.so
>          libssl.so.0.9.6 =>       /usr/local/lib/libssl.so.0.9.6
>          libcrypto.so.0.9.6 =>    /usr/local/lib/libcrypto.so.0.9.6
>
> Can someone explain or point me to reading so I can learn about how to
> really get 0.9.8a?


More information about the wplug mailing list