it find it :
# ldd /usr/local/apache/libexec/libaxiscpp_mod.so
        libxerces-c.so.25 => /usr/lib/libxerces-c.so.25 (0x40076000)
        libdl.so.2 => /lib/libdl.so.2 (0x403fc000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40400000)
        libc.so.6 => /lib/libc.so.6 (0x404b9000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x405ec000)
        libm.so.6 => /lib/libm.so.6 (0x4063d000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4065f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

if i remove the lib, I have this error:
# /usr/local/apache/bin/apachectl restart
/usr/local/apache/bin/apachectl restart: httpd not running, trying to
start
Syntax error on line 946 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libaxiscpp_mod.so into server:
libxerces-c.so.25: cannot open shared object file: No such file or
directory
/usr/local/apache/bin/apachectl restart: httpd could not be started



On Mon, 2004-02-23 at 02:28, Brian Abbott wrote:
> It looks to me as if it's not able to find Xerces libraries. Make sure 
> Xerces is installed and on your path... you might also want to try 
> running... I think "ldconfig"? (it's been a few years since i've been on 
> a Linux box).
> 
> Brian Abbott
> 
> Alexandre wrote:
> 
> >hi,
> >
> >after compilation and instalation, I've this error with Apache:
> >
> ># /usr/local/apache/bin/apachectl start
> >Syntax error on line 946 of /usr/local/apache/conf/httpd.conf:
> >Cannot load /usr/local/apache/libexec/libaxiscpp_mod.so into server:
> >/usr/local/apache/libexec/libaxiscpp_mod.so: undefined symbol:
> >_ZTIN11xercesc_2_213XMLEntityDeclE
> >/usr/local/apache/bin/apachectl start: httpd could not be started
> >
> >I'm using a debian (unstable), Apache 1.3.29, expat 1.95.7 and xerces
> >2.5.0
> >
> >with Best Regards,
> >
> >  
> >

Reply via email to