Linux - DesktopThis forum is for the discussion of all Linux Software used in a desktop context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Okay, so here's my problem. I recently purchased the Linux x86_64 version of Maple 10 to use with my college work. All I was given was a binary installer, LinuxX86_64Installer.bin . Now, when I run this installer as root, it becomes clear that it is also some kind of self-extracting archive, as it creates temporary folders in /tmp which contain compressed archives.
First it gives me a message saying that it is extracting the Java Runtime Environment, then it says it is "configuring for my environment" and complains that a lot of files are missing. Then it says "Installing" and complains one final time about another file being missing. All these files seem to be components of glibc.
According to yum, I have glibc.i686 and glibc.x86_64 both installed. Why can't maple see them? I hesitate to go to Maplesoft for help because my computer is running Fedora Core 5 x86_64, and they only officially support RHEL, Suse and Mandriva. Do these distributins put their glibc someplace else I could symlink to?
The actual output is below:
[root@localhost patrick]# ./LinuxX86_64Installer.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...
awk: 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.4254/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
I've had this problem as well, although it was a while ago. The problem is fairly generic and is related to the JRE more than the installer so it affects a lot of programs, not just Maple. Googling for the error message produces lots of hits. Here is the first one I got, which seems to have a fix reported to work: http://gallery.menalto.com/node/50926
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.