On 11 Jul 02, Erwin Frise writes: > There was a version of libxerces-c1_4.so installed (by SuSE). I removed > it and reran ldconfig and it still throws that error. However, even > before that the "ldd Xerces.so" indicated it was using the 1.7 version > (attached to my previous Email). Where would I have to set/extend the > LD_LIBRARY_PATH? ldd Xerces.so finds all the libraries and ldconfig > cached the libxerces 1.7 (which I placed into /usr/lib)
Erwin, In your previous mail, ldd reports that it finds /root/Xerces/xerces-c-src1_7_0/lib/libxerces-c1_7_0.so. But you say you put it into /usr/lib? Are you sure you're getting the right one? > twist:~/.cpan/build/XML-Xerces-1.7.0-1 # ldd blib/arch/auto/XML/Xerces/Xerces.so > libpthread.so.0 => /lib/libpthread.so.0 (0x400d7000) > libxerces-c1_7_0.so => >/root/Xerces/xerces-c-src1_7_0/lib/libxerces-c1_7_0.so (0x400ee000) > libc.so.6 => /lib/libc.so.6 (0x4036a000) > libstdc++.so.3 => /usr/local/lib/libstdc++.so.3 (0x40498000) > libm.so.6 => /lib/libm.so.6 (0x40530000) > libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0x4054f000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000) Regards, David ------------------------------------------------------------------- David Starks-Browning | [EMAIL PROTECTED] EMBL Outstation -- | The European Bioinformatics Institute | Wellcome Trust Genome Campus | tel: +44 (1223) 494 616 Hinxton, Cambridge, CB10 1SD, UK | fax: +44 (1223) 494 468 ------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
