[EMAIL PROTECTED] wrote: > [..snip..] > > # ./apachectl start > Syntax error on line 235 of /etc/apache/httpd.conf: > Cannot load /usr/apache/libexec/mod_webapp.so into server: ld.so.1: > /usr/apache/bin/httpd: fatal: relocation error: file > /usr/apache/libexec/mod_webapp.so: symbol __lshrdi3: referenced symbol not > found >
Make sure you have a libgcc.so somehwere in the LD_LIBRARY_PATH. That symbol is one that gcc introduces. I've been seeing where gcc 2.whatever dosen't seem to install a libgcc.so anywhere. I ended up pulling apart libgcc.a and putting it back together in a .so and it worked fine after that. -- Steve Brunton <[EMAIL PROTECTED]> Phone: 404-827-2756 Chief Engineer Enterprise Systems One CNN Center, Atlanta GA CNN Internet Technologies ICBM: 84W 23' 45" 33N 45' 29" <*> If God dropped acid, would he see people? <*> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
