Click to See Complete Forum and Search --> : Relocation error in Solaris 2.6


Anon
08-02-2000, 09:35 AM
I have a Solaris 2.6 machine and i can not compile apache_1.3.12 with the --enable-module=so, i can compile apache but when a start it it give me this error:

Syntax error on line 25 of /apps1/apache/conf/httpd.conf:
Cannot load /apps1/apache/libexec/mod_webfacts1.3.12.so into server: ld.so.1: /apps1/apache/bin/httpd: fatal: relocation error: file /apps1/apache/libexec/mod_webfacts1.3.12.so: symbol _start: referenced symbol not found
/apps1/apache/bin/apachectl start: httpd could not be started

Ican't start share objects, why? i need some urgente help, thank's fellows.

Anon
08-18-2000, 09:03 AM
Hopefully you are compling with GNU tools...

try linking with the GNU libraries in your php4 configure line:

--enable-libgcc

hope this helps.