The following error occurs when I try to start Apache:
apacheserver# ./apachectl start
Syntax error on line 214 of /usr/local/apache/conf/httpd.conf:Cannot
load /usr/local/apache/libexec/mod_negotiation.so into server:
ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error:file
/usr/local/apache/libexec/mod_negotiation.so: symbol __floatdisf:
referenced symbol not found
./apachectl start: httpd could not be started
I can comment this module in httpd.conf, but I get the same error for
mod_proxy.
After commenting the line for mod_proxy in httpd.conf. I do get
apache to start up.
I was wondering if there is a workaround to the above error as I would
like apache to be compiled with all modules. I have seen a lot of
questions regarding the above on the net, but am yet to find the
solution for it.
I have compiled apache with 2.95, 3.03 and 3.04 with and without
binutils. I am using
perl 5.6.0
openssl0.9.6c
mod_ssl2.8.8-1.3.24
apache1.3.24 and
mod_perl1.26
I am building apache, via mod_perl Any suggestion would help. I don't have SUN's compiler (cc) and would Thanks
My configure in mod_perl is posted below
perl Makefile.PL USE_APACI=1 EVERYTHING=1 \
APACHE_SRC=../apache_1.3.x/src \
SSL_BASE=/usr/local/ssl \
APACHE_PREFIX=/usr/local/apache \
APACI_ARGS=--with-layout=Apache,--enable-module=all,--enable-shared=max,--d
like to use gcc.