Try disabling mod_log_config in httpd.conf.

sherm--


On Tuesday, April 2, 2002, at 03:50 PM, David Wheeler wrote:

> Hi All,
>
> Thanks to a number of resources on the Net, I've managed to get 
> Apache/mod_perl/mod_ssl to compile properly using the experimental 
> Apache distribution at http://www.apache.org/~joes/. However, when I 
> try to start it up, I get this:
>
> mercury# /usr/local/apache/bin/apachectl configtest
> dyld: /usr/local/apache/bin/httpd Undefined symbols:
> _log_config_module
>
> Now, I saw a number of references to this particular problem coming up 
> during the build process, and I found that I had in fact replaced 
> /usr/bin/
> head with LWP's HEAD. However, I fixed that problem, copied the 
> original head from the OS X install CD, and recompiled. I still get the 
> problem. Here's how I'm doing the compiles:
>
>   mod_ssl-2.8.7-1.3.23/
>   ./configure --with-apache=/usr/local/src/apache_1.3.23
>   cd ../mod_perl-1.26/
>   perl Makefile.PL \
>     APACHE_SRC=/usr/local/src/apache_1.3.23/src \
>     NO_HTTPD=1 \
>     USE_APACI=1 \
>     PREP_HTTPD=1 \
>     EVERYTHING=1
>   make
>   make install
>   cd ../apache_1.3.23/
>   SSL_BASE=/usr/local/src/openssl-0.9.6c/ \
>     ./configure \
>     --with-layout=Apache \
>     --enable-module=ssl \
>     --enable-module=rewrite \
>     --activate-module=src/modules/perl/libperl.a \
>     --enable-module=most \
>     --enable-shared=max \
>     --disable-shared=perl \
>     --without-execstrip
>   make
>   make certificate TYPE=custom
>   make install
>
> All appears to work normally, as I get the "You have successfully built 
> and installed the Apache 1.3. HTTP server..." message. But it won't 
> start!
>
> Any help would be greatly appreciated. I've put the shell output here:
>
>   http://david.wheeler.net/apache.txt
>
> Thanks,
>
> David
>
> David Wheeler                                     AIM: dwTheory
> [EMAIL PROTECTED]                                 ICQ: 15726394
> http://david.wheeler.net/                      Yahoo!: dew7e
>                                                Jabber: [EMAIL PROTECTED]
>

Reply via email to