I'm trying to compile Apache 1.3.12 with mod-ssl_2.6.4_1.3.12 on Mac
OS X Server 1.2. I have successfully compiled and installed Apache
1.3.12 without mod_ssl. Now, I am trying to compile Apache with
mod_ssl-2.6.2, but it is not working. I have pasted in the the
configure command and output that I am getting. Does anyone have any
ideas?
./configure --with-apache=/usr/local/apache_1.3.12 \
--with-ssl=/usr/local/openssl-0.9.5 --prefix=/usr/local/sbin
I get the following error:
C + doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
cd ..; cc -DMAC_OS_X_SERVER -DMOD_SSL=206102 -DUSE_HSREGEX -DEAPI
-DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`
-L/usr/local/openssl-0.9.5 -o helpers/dummy helpers/dummy.c -ldbm
-lssl -lcrypto
/usr/bin/ld: can't locate file for: -ldbm
make: *** [dummy] Error 1
======== Error Output for sanity check ========
============= End of Error Report =============
Aborting!
./configure:Error: APACI failed
I think the problem is that in Makefile.config I see this: "LIBS1=
-ldbm -lssl -lcrypto". However, I don't how to solve this.
Thanks
--
--adhamh
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]