Installing 64-bits Mathematica on Linux

Jurjen Bokma

August 2008


[Note]Note

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

Procedure 52.  The installation of Mathematica on 64-bits Linux step-by-step
  1. ssh user@machine.domain.com


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


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


  4.   
    -----------------------------
    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.   
    The following installation methods are available:

      (1) Full
      (2) Minimal

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


  6.   
    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.   
    Type the directory path in which the Mathematica scripts will be created, or press ENTER to select /usr/local/bin:
    > /opt/local/bin
      



  8. 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.   
    Type a file name extension to be appended to the name of the existing file(s), or press ENTER to select (.old):
    > .32bits
      


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


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

  12. /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 .