On Mon, Mar 29, 1999, Igor S. Livshits wrote:

> I had a working 2.2.6-1.3.6 setup and decided to try the quick 
> libssl.so-only upgrade. I rebuilt the library via
> 
> ./configure --with-apxs=/usr/local/apache/bin/apxs 
> --with-ssl=../openssl-0.9.2b/ --with-rsa=../rsaref-2.0/local/
> 
> and then ran make and make install.
> 
> The library failed to work however:
> 
> Cannot load /usr/local/apache/libexec/libssl.so into server: 
> /usr/local/apache/libexec/libssl.so: undefined symbol: dbm_firstkey
> 
> Recompiling apache-1.3.6 with the 2.2.7 distribution worked just 
> fine. I've successfully rebuilt modules with apxs before, but I have 
> never succeeded in rebuilding libssl.so alone.

Then I guess you built mod_ssl statically inside the source tree. The problem
is just that the DSO has to be built against the DBM library. As a workaround
you can try to enable the shipped SDBM stuff.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)  www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to