Hello, when I want ot launch the binary from REAL Networks to install a real server version 7.0 I have this error message. ncroiset]# ./g2_7_0update2-linux-c6.bin ./g2_7_0update2-linux-c6.bin: error while loading shared libraries: ./g2_7_0update2-linux-c6.bin: undefined symbol: __eh_pc [root@pc-1 ncroiset]# I have update glibc with glibc-2.1.94-3.i386.rpm Bye.
Can you please run ./g2_7_0update2-linux-c6.bin to see which libraries was it linked against? __eh_pc symbol was removed from libgcc.a a very long time ago (Dec 1997) but it is still present in several of our libstdc++ compatibility libraries.
ldd g2_7_0update2-linux-c6.bin /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40017000) libdl.so.2 => /lib/libdl.so.2 (0x4001e000) libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8 (0x40021000) libm.so.6 => /lib/libm.so.6 (0x40064000) libc.so.6 => /lib/libc.so.6 (0x40083000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
I guess this is no problem anymore due to obsolete code. I'll close the bug soon unless I hear otherwise.
Haven't heard anything in a month. Closing.