I am trying to install mod_ssl-2.7.1-1.3.14 on my mac OS X Server (1.2) and
I am currently using Apache_1.3.14 & OpenSSL_0.9.5, all compiled from
source.

This is my config script:
./configure --with-apache=../apache_1.3.14
--with-ssl=../OpenSSL-3-1/openssl/  (It's a Darwin Port of 0.9.5a)
and yields the following error:
 + SSL library type: source tree only (stand-alone)
 + enabling Extended API (EAPI)
 + checking sizeof various data types
 + 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  -DDARWIN -DMAC_OS_X_SERVER -DMOD_SSL=207101 -DUSE_HSREGEX -DEAPI
-DUS
E_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`
-L/usr/local/OpenSSL-3-1/o
penssl  -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!

Now proceed with the following commands:
 $ cd ../apache_1.3.14
 $ make
 $ make certificate
 $ make install

No matter how I compile, I always end up with a similar error. Any ideas?
Brian



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

Reply via email to