Title: Mod-SSL on Apple's OSX Server

I'm having problem's with getting Apple's OSX Server to make Apache with Mod_SSL. This is the error I recieve:

** 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 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`   -L/usr/local/src/openssl/openssl-0.9.6  -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/apache_1.3.14
 $ make
 $ make certificate
 $ make install

I had to do a special configure and change code on the speed.c file to get openssl on OSX Server. Is there a fix like that for mod_ssl with apache?

Reply via email to