This sounds like a configuration issue with gcc on your machine. If you've
built cleanly from sources (both Xerces and Xalan), then the link would
fail if the library weren't really on your machine. Perhaps you've got a
missing symlink? We officially support RedHat 6.1, so here's an ls of
/usr/lib:
~ > ls -l /usr/lib/libstdc++*
-rw-r--r-- 1 root root 2037848 Sep 8 1999
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.a
-r-xr-xr-x 1 root root 1185378 Sep 8 1999
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
lrwxrwxrwx 1 root root 29 Aug 24 07:47
/usr/lib/libstdc++-libc6.1-1.a.2 -> libstdc++-2-libc6.1-1-2.9.0.a
lrwxrwxrwx 1 root root 30 Aug 24 07:48
/usr/lib/libstdc++-libc6.1-1.so.2 -> libstdc++-2-libc6.1-1-2.9.0.so
lrwxrwxrwx 1 root root 20 Aug 24 07:55
/usr/lib/libstdc++.so.2.7.2 -> libstdc++.so.2.7.2.8
-rwxr-xr-x 1 root root 1025339 Sep 8 1999
/usr/lib/libstdc++.so.2.7.2.8
lrwxrwxrwx 1 root root 18 Aug 24 07:55
/usr/lib/libstdc++.so.2.8 -> libstdc++.so.2.8.0
-rwxr-xr-x 1 root root 375773 Sep 8 1999
/usr/lib/libstdc++.so.2.8.0
lrwxrwxrwx 1 root root 22 Aug 24 07:55
/usr/lib/libstdc++.so.2.9 -> libstdc++.so.2.9.dummy
-rwxr-xr-x 1 root root 5380 Sep 8 1999
/usr/lib/libstdc++.so.2.9.dummy
1.3 should be available any day now.
Dave
"Gerald Juhl"
<[EMAIL PROTECTED] To:
<[email protected]>
nsoft.com> cc:
Subject: Library load error at
runtime on Debian Potato
01/08/2002 02:48
PM
Please respond
to gerald.juhl
I just downloaded xalan 1.2 any word about 1.3?
I'm trying to build on Debian Potato the libraries and executables compile
fine but when I try to run the testXPath program or the testXSLT I get an
error of : error in loaded shared libraries: libstdc++.so.2.9 ... not
found. I did a ldd on the testXPath program and I find that it is trying
to
link against several standard c++ libraries and the one I mentioned above
doesn't exist on my machine. I tried to hack up the Makefile but I can't
get rid of those dependencies. Please provide any information or help
about
this problem...
Thanks,
Gerald