On Fri, 5 Oct 2007 11:46:22 +0200
"karim Bendadda" <[EMAIL PROTECTED]> wrote:

> httpd: Syntax error on line 71 of /usr/local/apache2/conf/httpd.conf:
> Cannot load /usr/local/apache2/modules/mod_soap.so into server:
> /usr/local/apache2/modules/mod_soap.so: undefined symbol: herror_func
> 
> When compiling with the apxs utility I have added the correct
> libraries : the apxs is Ok
> 
> but it seams like the hhtpd compiles the .so file and doesn't find my
> libraries...

herror_func is presumably a symbol exported by your library?

Use LoadFile in httpd.conf to load the library, before loading
your module.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

Reply via email to