I just thought this may help a few people with this problem (plus, I can look this up later if I have a similar problem). I called technical support and they said "they don't support linux" even though it clearly says on the CD that the software was made to work for linux. You've really got to hate that.
Anywho...
That was what I got when I tried to install the program.Code:$ sh ./install.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... nawk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory Launching installer... grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /tmp/install.dir.16798/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
This is the fix:
And of course, in this case you'd change "LinuxInstaller" into whatever name your .bin has. I've changed them to red just for convenience.Re: error while loading shared libraries: libm.so.6
I ran into the same issue while installing maple 9.5 for linux on Feisty. However, searching on google, I found this fix for the same problem but for a different program
http://www.zend.com/support/knowledg...84&view_only=1
here are the adpated instructions to make this work for maple:
- copy the cd contents to the hard drive
- go to the directory /Linux/Disk1/InstData/VM or wherever the file LinuxInstaller.bin is located
- then do the following two commands
cp LinuxInstaller.bin LinuxInstaller.bin.bak
cat LinuxInstaller.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_Kernel/" > LinuxInstaller.bin
- after that, run the installer as normal and it should work
I've got to thank user mark_sfu for that one. It was a life saver!
Bookmarks