You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ted Packwood <ma...@cray.com> on 2002/04/29 20:44:54 UTC

apache won't run

Can anyone explain this error to me?  If I comment out this
module then the error appears from another module (and so on).
Take about 3 modules before I can get it to run


I cannot get httpd to run after compilation.  

My config options:
./configure \
        --prefix=/usr/local/apache2 \
        --enable-ssl \
        --with-mpm=worker \
        --with-perl=/sw/pd/perl/5.6.1/bin/perl \
        --enable-cgi \
        --with-ssl=/opt/openssl \
        --enable-mods-shared=all \
        --enable-static-logresolve \
        --enable-so
OS and other versions:
GNU Make version 3.79.1
gcc version 2.95.3 20010315 (release)
SunOS <hostname> 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-5_10

Syntax # ./apachectl configtest
error on line 222 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_auth_digest.so into server: ld.so.1:
/usr/local/apache2/bin/httpd: fatal: relocation error: file
/usr/local/apache2/modules/mod_auth_digest.so: symbol __floatdidf: referenced
symbol not found

With mod_auth_digest commented out....
# ./apachectl configtest
Syntax error on line 238 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_status.so into server: ld.so.1:
/usr/local/apache2/bin/httpd: fatal: relocation error: file
/usr/local/apache2/modules/mod_status.so: symbol __floatdisf: referenced symbol
not found

With mod_status commented out....
# ./apachectl configtest
Syntax OK

Thanks for any help!
Ted

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: apache won't run

Posted by Ted Packwood <ma...@cray.com>.
Thanks Joshua, the only bug found when I searched bugzilla
for relocation error turned up a solution for Solaris 2.5 which
didn't apply to mine.

Thanks for pointing me to the right bug!
Ted

Joshua Slive wrote:
> 
> On Mon, 29 Apr 2002, Ted Packwood wrote:
> > Syntax # ./apachectl configtest
> > error on line 222 of /usr/local/apache2/conf/httpd.conf:
> > Cannot load /usr/local/apache2/modules/mod_auth_digest.so into server: ld.so.1:
> > /usr/local/apache2/bin/httpd: fatal: relocation error: file
> > /usr/local/apache2/modules/mod_auth_digest.so: symbol __floatdidf: referenced
> > symbol not found
> 
> See:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038
> 
> Joshua.
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: apache won't run

Posted by Joshua Slive <jo...@slive.ca>.
On Mon, 29 Apr 2002, Ted Packwood wrote:
> Syntax # ./apachectl configtest
> error on line 222 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_auth_digest.so into server: ld.so.1:
> /usr/local/apache2/bin/httpd: fatal: relocation error: file
> /usr/local/apache2/modules/mod_auth_digest.so: symbol __floatdidf: referenced
> symbol not found

See:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8038

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org