Results 1 to 9 of 9

Thread: Maple 9.5 In Edgy

  1. #1
    Join Date
    Jul 2006
    Beans
    367

    Maple 9.5 In Edgy

    Firstly, if you are one of the lucky people with Maple 10 (the latest version) then please follow the method from here as it works and is easier:

    http://www.ubuntuforums.org/showthread.php?t=270443


    If like me you still have Maple 9.5 that method may not work (it didn't for me) however a method used for installing Maple 9.5 on x64 Dapper did work for me, this method was constructed by bmcage and also simplified (at least for me) by dimis no credit should go to me for this guide as i'm simply putting together others work for easy access.

    The How-To Errors


    Firstly, you will notice if you just try and run the script installer you get several errors like this:

    Code:
    nawk: error while loading shared libraries: libm.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
    /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: libresolv.so.2: 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
    Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
    This is an error with Java that can be fixed like so and also not give this error when you try to open the installer (this is the problem I had with the method that works for Maple 10)

    Code:
    Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
    
    Stack Trace:
    java.lang.NullPointerException
            at ZeroGgi.<init>(DashoA8113)
            at ZeroGgb.a(DashoA8113)
            at ZeroGgb.<init>(DashoA8113)
            at ZeroGfr.a(DashoA8113)
            at com.zerog.ia.installer.AAMgr.a(DashoA8113)
            at com.zerog.ia.installer.Main.d(DashoA8113)
            at com.zerog.ia.installer.Main.a(DashoA8113)
            at com.zerog.ia.installer.Main.main(DashoA8113)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at com.zerog.lax.LAX.launch(DashoA8113)
            at com.zerog.lax.LAX.main(DashoA8113)

    The How-To Solve


    Firstly we are going to copy the installer to our harddisk like so (with making a directory for it etc):

    Code:
    mkdir ~/tmpmaple
    cd /media/cdrom0
    cp -a . ~/tmpmaple
    cd ~/tmpmaple
    chmod u+w Linux/Disk1/InstData/VM/LinuxInstaller.bin
    We now need to edit one line in the installer file, you can either open the file with an editor like vi and navigate to line 2093 or use the simpler method of copying and pasting the below:

    Code:
    mv LinuxInstaller.bin LinuxInstaller.bin.bak
    sed 's/export LD_ASSUME_KERNEL=2.2.5/#xport LD_ASSUME_KERNEL=2.2.5/' LinuxInstaller.bin.bak > LinuxInstaller.bin
    Now simply navigate to the folder containing this file on your computer and execute the script like so:

    Code:
    sudo sh installMapleLinuxSU
    The GUI installer should then begin and you shouldn't get any errors that stop you from installing or using package.

    HTH

    Calv

    P.S. Once again all credit goes to bmcage & dimis
    My Ubuntu & Non-Ubuntu Blog http://calvsspot.blogspot.com

  2. #2
    Join Date
    Jun 2005
    Location
    Canada, Quebec
    Beans
    147
    Distro
    Edgy Eft Testing

    Re: Maple 9.5 In Edgy

    Thanks! Worked flawlessly for me!

  3. #3
    Join Date
    Aug 2006
    Location
    Louisville, KY
    Beans
    8
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Maple 9.5 In Edgy

    Awesome!! Worked like a charm!

  4. #4
    Join Date
    Nov 2006
    Location
    London
    Beans
    94
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Maple 9.5 In Edgy

    Thanks very much for this. Now, however, I want to uninstall maple 9.5 as I have recently upgraded to version 10. There is an uninstall script in the directory where it is installed, but when i run it I get the following error:

    Code:
    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
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /root/maple9.5/Uninstall_Maple 9.5/../jre.IBM_INTEL_LINUX/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    I've replaced LD_ASSUME_KERNEL=2.2.5 with #xport LD_ASSUME_KERNEL=2.2.5 in the uninstall script but it doesn't help.

    Any suggestions on how I might be able to get the uninstall script to work, or is it okay to just delete the directory?

    Thanks!

  5. #5
    Join Date
    Dec 2006
    Location
    Netherlands
    Beans
    115
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Maple 9.5 In Edgy

    I have folowed the instructions above & get some arror about libc.so.6 as you can see hier below


    Code:
    reza@reza-desktop:~/tmpmaple$ 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: libm.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
    /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.12042/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    reza@reza-desktop:~/tmpmaple$
    can anyone help me with this?

  6. #6
    Join Date
    May 2006
    Location
    Chicago, IL
    Beans
    6
    Distro
    Kubuntu 7.04 Feisty Fawn

    Re: Maple 9.5 In Edgy

    I've been trying to install Maple 9.5 in Edgy AMD 64 and this post got me most of the way there, but after following the instructions here, I was still getting this error:

    "current locale is not supported in X11, locale is set to CX locale modifiers are not supported, using defaultInvocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)"

    I found this which was helpful: http://ubuntuforums.org/showthread.p...=locale+set+CX

    topindex's comment got the installer to run, as well as the application itself!

  7. #7
    Join Date
    Jan 2007
    Location
    Germany
    Beans
    Hidden!
    Distro
    Kubuntu 6.10 Edgy

    Talking Re: Maple 9.5 In Edgy

    THANK YOU !!!!!

    great solution

  8. #8
    Join Date
    Feb 2007
    Beans
    Hidden!

    Question Re: Maple 9.5 In Edgy

    i was able to install everthing, but when i try to run xmaple, i get the maple splashscreen, but maple never opens. anybody come across this before?

  9. #9
    Join Date
    Jul 2006
    Beans
    367

    Re: Maple 9.5 In Edgy

    Sammysam, I just upgraded to Feisty and I am having this issue now aswell, did you come up with a solution?

    Calv
    My Ubuntu & Non-Ubuntu Blog http://calvsspot.blogspot.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •