Got a copy of maple10 the other day and had problems installing it because of an updated java version in edgy, although this has been seen in Dapper aswell.
If you see this error:
Code:
/media/cdrom0$ sudo sh installMapleLinuxSU
Password:
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.13374/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
when trying to install then this guide is for you.
make tmp dir in home for messing around in.
cd to cdrom
copy files
Code:
cp -R Linux ~/tmpmaple
cp installMapleLinuxSU ~/tmpmaple
move to dodgy dir
Code:
cd ~/tmpmaple/Linux/Disk1/InstData/VM
rename file
Code:
mv LinuxInstaller.bin LinuxInstaller.bin.pak
edit file
Code:
cat LinuxInstaller.bin.pak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > LinuxInstaller.bin
move back to start
start the install
Code:
sudo sh installMapleLinuxSU
Bookmarks