I am building a module that uses externa libs using apxs with Apache. 2.0.48
on Solaris 8 using gcc 2.95
I can compile and install the module however I cannot get httpd to load that
module. I get the following error.
Cannot load /opt/httpd/apache/test/modules/mod_wsprocess.so into server:
ld.so.1: /opt/httpd/apache/test/bin/httpd: fatal: relocation error: file
/opt/httpd/apache/test/modules/mod_wsprocess.so: symbol usage: referenced
symbol not found
make: *** [restart] Error 1
How do I tell httpd to load the module, is th emodule being built
incorrectly?
>> Stay informed about: Using external lib in a (DSO) module with apxs