Am Wed, 09 Aug 2000 schrieben Sie:
> On Wed, Aug 09, 2000 at 02:01:33PM +0200, K&L Technik wrote:
> > I compiled mod_ssl the following way:
> > 
> > 1. Apply EAPI patch to apache 1.3.12 an compiled Apache with
> >    DSO Support
> > 2. Compiled mod_ssl with --with-apxs option as DSO module.
> > 
> > The module compiles without problems, but when I start Apache
> > it stop´ s with the following error message:
> > 
> > Cannot load /usr/local/apache/libexec/libssl.so into server:
> > /usr/local/apache/libexec/libssl.so: undefined symbol: dbm_firstkey
> > 
> Try adding --enable-rule=SSL_SDBM when configuring mod_ssl.
> For performance you may want to try the mm-library instead (see INSTALL)

I compiled mod_ssl with this rule but it´ s still the same problem.

Here´ re my configure options:
 
export SSL_BASE=SYSTEM
export RSA_BASE=SYSTEM
export EAPI_MM=SYSTEM

./configure --with-apxs=/usr/local/apache/bin/apxs --enable-rule=SSL_SDBM
--with-ssl=SYSTEM

 > Mads Toftum

Carsten
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to