Zhukov
May 30th, 2005, 04:35 AM
Ok, i have a copy of Maple 8, but I was unable to install it on my Ubuntu, after a while I've managed to do so...
In case there is someone else woth the same problem, here is the solution:
There is a problem with the jre and the Maple 8 CD.
So, install a JRE (1.4.2 works just fine). You can read how to do this here:
http://www.ubuntulinux.org/wiki/Java
Now copy the Maple cd to you hard drive. The desktop for example.
Go to that folder:
cd /home/USERNAME/Desktop/MAPLE_FOLDER/Linux/resources/jre/bin
Now backup the java file:
mv java java.bak
Now lets change the java file:
ln -s /usr/lib/j2re1.4-sun/bin/java java
You can now go back to the Maple main folder and install it:
./installMapleLinuxSU
There is a problem with Maple 8 and the 2.6 Kernels.
This can be easily solved with this:
Create a launcher, in the panel or whathever and link it to this:
export LD_ASSUME_KERNEL=2.4.1 (PATH TO THE XMAPLE FILE)xmaple && (PATH TO THE XMAPLE FILE)./xmaple
If you are in the folder that contains the xmaple file (maple8/bin), you can just run this:
export LD_ASSUME_KERNEL=2.4.1 xmaple && ./xmaple
Enjoy.
In case there is someone else woth the same problem, here is the solution:
There is a problem with the jre and the Maple 8 CD.
So, install a JRE (1.4.2 works just fine). You can read how to do this here:
http://www.ubuntulinux.org/wiki/Java
Now copy the Maple cd to you hard drive. The desktop for example.
Go to that folder:
cd /home/USERNAME/Desktop/MAPLE_FOLDER/Linux/resources/jre/bin
Now backup the java file:
mv java java.bak
Now lets change the java file:
ln -s /usr/lib/j2re1.4-sun/bin/java java
You can now go back to the Maple main folder and install it:
./installMapleLinuxSU
There is a problem with Maple 8 and the 2.6 Kernels.
This can be easily solved with this:
Create a launcher, in the panel or whathever and link it to this:
export LD_ASSUME_KERNEL=2.4.1 (PATH TO THE XMAPLE FILE)xmaple && (PATH TO THE XMAPLE FILE)./xmaple
If you are in the folder that contains the xmaple file (maple8/bin), you can just run this:
export LD_ASSUME_KERNEL=2.4.1 xmaple && ./xmaple
Enjoy.