I've compiled apache 1.3.12 with mod_ssl as a dso module on MacOSX server
1.02.
apachectl start works fine, but apachectl startssl gives the following lines
in the error log.
dyld: /usr/local/sbin/httpd multiple definitions of symbol
_ACCESS_DESCRIPTION_free
/Local/Library/Apache/Modules/libssl.so definition of
_ACCESS_DESCRIPTION_free
/Local/Library/Apache/Modules/libssl.so definition of
_ACCESS_DESCRIPTION_free
My apache config follows:
env CC=cc SSL_BASE=../openssl-0.9.5 \
RSA_BASE=../rsaref-2.0/local \
./configure --prefix=/Local/Library/WebServer \
--activate-module=src/modules/php4/libphp4.a \
--enable-module=speling \
--add-module=../mod_roaming-1.0.1/mod_roaming.c \
--activate-module=src/modules/dav/libdav.a \
--enable-module=ssl \
--enable-shared=ssl
Any help would be greatly appreciated.
--
Chandima.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]