Re: an httpd problem with a module

2007-10-05 Thread karim Bendadda
Yes that was the problem! thank you very much Nick & Takashi Karim 2007/10/5, Nick Kew <[EMAIL PROTECTED]>: > > 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/loca

Re: an httpd problem with a module

2007-10-05 Thread Nick Kew
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

Re: an httpd problem with a module

2007-10-05 Thread Takashi Sato
Though this is a temporary workaround, how about using LoadFile directive ? http://httpd.apache.org/docs/2.2/mod/mod_so.html#loadfile On Fri, 5 Oct 2007 11:46:22 +0200 "karim Bendadda" <[EMAIL PROTECTED]> wrote: > Hi everbody, > > I'm trying to develop a module for apache whith the csoap librar

an httpd problem with a module

2007-10-05 Thread karim Bendadda
Hi everbody, I'm trying to develop a module for apache whith the csoap library. the compilation is ok, the mod_soap.so was created. I updated the httpd.conffile but when I'm trying to lunch the httpd (or the apachectl) I have this message: httpd: Syntax error on line 71 of /usr/local/apache2/con