Hello everyone,
I've perused the site for Xerces looking for specifics on my
problem and throughout the net but I have been unsucessful in producing a
solution to it.
The Xerces site states xercesc should build with no problems in a
RedHat 7.2 system, but I've been having difficulties making it work.
First off, is GLIBC_2.3 a requirement for Xerces-c? From what I
read on the net there doesn't seem to be a rpm with GLIBC_2.3 for RedHat
7.2... I know this is off your topic, but is that a fact?
By the way, how come I can build Xerces and my program if that lib
isn't available? It's weird...
My versions are:
g++ (GCC) 3.2
gcc (GCC) 3.2
glibc-2.2.5-43
Here's what I get when I run my program and it's ldd afterwards,
followed by libxerces-c.so.23's ldd:
mps: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required
by /usr/local/lib/libxerces-c.so.23)
>ldd mps:
./mps: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by
/usr/local/lib/libxerces-c.so.23)
libxerces-c.so.23 => /usr/local/lib/libxerces-c.so.23 (0x40015000)
libstdc++.so.5 => /usr/lib/ooo-1.0.3/program/libstdc++.so.5
(0x402fd000)
libm.so.6 => /lib/i686/libm.so.6 (0x403c3000)
libgcc_s.so.1 => /usr/lib/ooo-1.0.3/program/libgcc_s.so.1
(0x403e5000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x403ed000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>ldd -v /usr/local/lib/libxerces-c.so.23 (showing up to the not found
GLIBC)
/usr/local/lib/libxerces-c.so.23: /lib/i686/libc.so.6: version `GLIBC_2.3'
not found (required by /usr/local/lib/libxerces-c.so.23)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x402fb000)
libstdc++.so.5 => /usr/lib/ooo-1.0.3/program/libstdc++.so.5
(0x4030f000)
libm.so.6 => /lib/i686/libm.so.6 (0x403c3000)
libgcc_s.so.1 => /usr/lib/ooo-1.0.3/program/libgcc_s.so.1
(0x403e5000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
Version information:
/usr/local/lib/libxerces-c.so.23:
libgcc_s.so.1 (GCC_3.0) =>
/usr/lib/ooo-1.0.3/program/libgcc_s.so.1
libpthread.so.0 (GLIBC_2.0) => /lib/i686/libpthread.so.0
libpthread.so.0 (GLIBC_2.1) => /lib/i686/libpthread.so.0
libc.so.6 (GLIBC_2.3) => not found
libc.so.6 (GLIBC_2.1.3) => /lib/i686/libc.so.6
libc.so.6 (GLIBC_2.1) => /lib/i686/libc.so.6
libc.so.6 (GLIBC_2.0) => /lib/i686/libc.so.6
libstdc++.so.5 (GLIBCPP_3.2) =>
/usr/lib/ooo-1.0.3/program/libstdc++.so.5
libstdc++.so.5 (CXXABI_1.2) =>
/usr/lib/ooo-1.0.3/program/libstdc++.so.5
Any help would be appreciated, sorry for the lame question,
Lucas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]