Installing 64-bits Mathematica on Linux

August 2008


[Note]Note

The preliminary steps for this installation are identical to those described under of .

Procedure 49.  The installation of Mathematica on 64-bits Linux step-by-step

  1. Logging in

    ssh user@machine.domain.com

  2. Mounting the installation medium


      
    sudo mkdir /mnt/loop
    sudo mount -o loop,ro /home/jurjen/Mathematica\ -\ Unix.iso /mnt/loop
    cd /mnt/loop
      

  3. Starting the installer


      
    cd /mnt/loop/Unix/Installer
    sudo sh MathInstaller
      

  4. Picking the installation platform


      
    -----------------------------
    Mathematica 5.2 Installer
    -----------------------------

    Copyright (c) 2005 Wolfram Research, Inc. All rights reserved.

    WARNING: Mathematica is protected by copyright law and international treaties. Unauthorized reproduction or distribution may result in severe civil and criminal penalties and will be
    prosecuted to the maximum extent possible under law.

    For which of the following platforms would you like to install Mathematica?

      (1) Linux x86 (32 and 64 bit)
      (2) IBM AIX Power (64 bit)
      (3) HP Tru64 Unix
      (4) HP-UX PA-RISC (64 bit)
      (5) SGI IRIX (64 bit)
      (6) Linux IA-64
      (7) Sun Solaris (x86 64 bit)
      (8) Sun Solaris UltraSPARC

    Type your selection (multiple choices can be separated with spaces), or press ENTER to select (1):
    >> 1
      

  5. Choosing the completeness of the installation


      
    The following installation methods are available:

      (1) Full
      (2) Minimal

    Type your selection, or press ENTER to select (1):
    > 1
      

  6. Choosing the installation directory


      
    Enter the installation directory, or press ENTER to select /usr/local/Wolfram/Mathematica/5.2:
    > /opt/Mathematica-Rr2008a-64bit

    Create directory (y/n)?
    > y

    Now installing...

    [******************************************************************************
      

  7. Choosing the directory for scripts


      
    Type the directory path in which the Mathematica scripts will be created, or press ENTER to select /usr/local/bin:
    > /opt/local/bin
      

  8. renaming the scripts



    The scripts 'MathKernel', 'Mathematica', 'math', 'mathematica', 'mcc' already exist in the directory /opt/local/bin. The following actions can be performed on the existing file(s).

      (1) Overwrite
      (2) Rename

    Type your selection, or press ENTER to select (1):
    > 2

          

  9. Giving an extension for the old scripts


      
    Type a file name extension to be appended to the name of the existing file(s), or press ENTER to select (.old):
    > .32bits
      

  10. renaming all scripts to their intended names


      
    sudo su -
    pushd /opt/local/bin
    for i in MathKernel Mathematica math mathematica ; do mv $i $i.64bits && mv $i.32bits $i ; done
      

  11. Setting the license server


      
    sudo su -
    echo \!129.125.66.208 > /opt/Mathematica-Rr2008a-64bit/Configuration/Licensing/mathpass
      

  12. Starting Mathematica

    /opt/local/bin/Mathematica.64bits

    [Note]Note

    You may want to set your path, so you can just type Mathematica.64bits

    [Note]Note

    In case you get a message about missing fonts, you may want to take a look at .