LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Maple 9 problem in Suse 9.1 (https://www.linuxquestions.org/questions/linux-software-2/maple-9-problem-in-suse-9-1-a-214054/)

Vedad 08-05-2004 09:25 PM

Maple 9 problem in Suse 9.1
 
I upgraded to Suse 9.1 from 9.0 yesterday, and overall I'm satisfied with how things woked out, apart from the fact that Maple 9.0 (mathes package) does not work anymore - actually I can still run it in classic mode (from terminal - xmaple -cw), but the normal mode fails with the error message :

Maple was unable to start.
Error Details : connection to Kernel lost.

Any ideas how to go around this?

Cheers!

Vedad.

bruno buys 08-05-2004 09:47 PM

It may seem a bit vague, but I guess maple expects to find kernel and stuff in such a way that it can't find anymore.
Did you try to reinstall maple, so it can config for the new suse? What does maple website says about suse 9.1?

Vedad 08-05-2004 09:56 PM

Re
 
Hi! Tnx for your reply!

I right away reinstalled maple when this first occured, but there was no change.

I looked at the maple website, and there is not a single reference to Suse 9.1 ... I will email them tomorrow to see if they can help.

For now, I can get by - for other people with a similar problem -

go to terminal and run ./maple -cw - this will run maple in an old looking mode, but should work fine... But there is the problem of noncompatibility if you make proper worksheets... Shame to let all that nice JAVA programming go to waste... :)

If anyone has any more suggestions, please do not hesitate to send a post! ;)

Vedad.

Vedad 08-07-2004 09:32 PM

Any new ideas?
 
Please?

Vedad 08-16-2004 03:37 PM

Linux Suse 9.1 problem with MAPLE 9 solution
 
Well, it took me ages, but finally I did it! Maple can run in normal mode in SUSE 9.1, but it does require some effort.

It seems the problem is with the provided JAVA - the error dialog was a JAVA dialog, I forgot to mention that. So here is the solution, in case anyone else runs into this problem:

DOWNLOAD the Maple 9.03 update from the www.maplesoft.com website - it is free if you have MAPLE 9.0 - you will need you licence number to do it.

Again, the solution is not as simple as just running ./LinuxUpgrade.bin (after making changes to permissions to make it executable, of course). You get the following error:

Error occurred during initialization of VM
Unable to load native
library: /tmp/install.dir.8651/Linux/resource/jre/lib/i386/libjava.so:
symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6
with link time reference

To deal with this (if you already don't have libcwait.so on your computer), download the file from

ftp://people.redhat.com/drepper/libcwait.c

and compile it with

gcc -shared -o libcwait.so -fpic -O2 libcwait.c

Now, having done that, do the following :

export LD_PRELOAD=<PATHtoFILE>/libcwait.so LD_ASSUME_KERNEL=2.4.19

where PATHtoFILE is the FULL directory path of where you put libcwait.so ...

FInally, run the update using

sh LinuxUpgrade.bin

and after installing the update, which should run smoothly now, run xmaple. It will again give u a kernel error, but the worksheet will open normally!

Info picked up from :

http://lists.suse.com/archive/suse-l...-Jul/1048.html
http://www.reliablepenguin.com/blogs...php?skin=basic


All times are GMT -5. The time now is 05:53 PM.