
On Sat, May 29, 2004 at 09:07:38PM +1000, Paul C. Leopardi wrote:
Hi all,
I have now finally obtained and installed SUDE LINUX Profressional 9.1, and am now re-installing some 32-bit software.
The Maple 9.0.3 installer linux32 ./LinuxUpgrade.bin gives the error message:
Error occurred during initialization of VM Unable to load native library: /tmp/install.dir.10080/Linux/resource/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
I tried various combinations of export LD_ASSUME_KERNEL=2.4.1; linux32 ./LinuxUpgrade.bin export LD_ASSUME_KERNEL=2.4.21; linux32 ./LinuxUpgrade.bin with no luck. What next?
It's some kind of glibc incompatibility, means it wouldn't even work on a new 32bit distribution. What will likely work is if you copy an older glibc that worked from somewhere into a separate directory and load the application with LD_LIBRARY_PATH=/full/path/to/dir/with/glibc app .. -Andi