Am Freitag, den 24.03.2006, 07:36 +0100 schrieb joachim.backes@xxxxxxxxxxxxxx: > Nguyen Danh Hieu wrote: > > > > > > When I attempt to install the linux version of Maple 10 on a Fedora Core > > 5 I get the following errors: > > > > [hieu@hieu tmp]$ ./installMapleLinuxSU > > 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.4014/Linux/resource/jre/bin/java: error while loading > > shared libraries: libpthread.so.0: cannot open shared object file: No > > such file or directory > > > > > > I did Google this error and found that's something with > > LD_ASSUME_KERNEL=2.2.5 (line 2133 of file LinuxInstaller.bin ) but I > > dont know how to fix it. any idea to help me out? I have fixed my ZendStudio as follows (with the help from the Zend-People): Replace all the Zend Stuff with your Installer.bin.... $ cd /usr/local/Zend/ZendStudioClient-5.1.0/bin $ cp ZDE ZDE.bak $ cat ZDE.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > ZDE $ rm ZDE.bak My be this could work for you. Try it - but I will not give any warranty for that. Reinhard