Hi, all.
No reponse from this last week, so I though I'd try again.
Basically, I need to get xalan 1.1 and xerces 1.4 running
on a redhat 7.1 box. The 1.2 1nd 1.5 are not an option
for me at the moment. All has been built ok, but this
is what happens when I try to run any app that depends
on them:
gdb ./testXSLT
GNU gdb 5.0rh-5 Red Hat Linux 7.1
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run -IN ../samples/XalanTransform/foo.xml
Starting program: /root/xml-xalan/c/bin/./testXSLT -IN
../samples/XalanTransform/foo.xml
[New Thread 1024 (LWP 6720)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 6720)]
0x4037f8ff in _Rb_tree<unsigned short const *, pair<unsigned short const *const,
unsigned int>, _Select1st<pair<unsigned
short const *const, unsigned int> >, less_no_case_ascii_wide_string,
allocator<unsigned int> >::_M_erase ()
from /usr/local/lib/libxalan-c1_1.so
FYI,
ldd testXSLT
libxalan-c1_1.so => /usr/local/lib/libxalan-c1_1.so (0x4001e000)
libxerces-c1_4.so => /usr/local/lib/libxerces-c1_4.so (0x404a7000)
libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x405b6000)
libm.so.6 => /lib/i686/libm.so.6 (0x405f9000)
libc.so.6 => /lib/i686/libc.so.6 (0x4061d000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x4074d000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
It's a pretty Basic RedHat 7.1 install, kept fairly current as far as I know, but I
didn't install it.
Does anyone have an idea what I should try next?