SPSS 16 for linux on Ubuntu 8.10

Finally i’ve come round to installing SPSS on my linux laptop. Being forced to use Windows can be very frustrating, and although SPSS is closed source and I eventually want to move to R, I’m still forced to use SPSS for now. I need to earn a living.

This is what you need:

  • an authorization code for SPSS (mine is a legal one from my employer, intended for windows but happens to work for the linux-version as well :-) and yes, I have permission to install this on my laptop)
  • installation disc for SPSS 16 for linux (look on your favourite torrent site for that)
  • working installation of Ubuntu 8.10 (Intrepid Ibex)

The procedure is fairly simple, mount the .iso (=SPSS installation disc), with gmountiso.

First install gmountiso

sudo apt-get install gmountiso

Now open the program (Applications->System tools->Gmountiso)
Give the iso a mountpoint (for instance, make a folder called spss in your home directory and give that directory in as your mountpoint)

Now open up the disc and install SPSS by running setup.bin:

sudo ./setup.bin

Use your legally purchased authorization code to license your copy of SPSS.

Now you need an old library onto which the binary SPSS blob depends:

sudo apt-get install libstdc++5

Using this older library next to the newer one shouldn’t cause any problems since they are separated.

Now SPSS should run without a problem; move to this path

cd /opt/SPSSInc/SPSS16/bin

now run SPSS with this command:

./SPSS

You can make a shortcut for that on your desktop if you like:

ln /opt/SPSSInc/SPSS16/bin/SPSS ~/Desktop/spss

Happy analyzing!!

Tags: , , , , ,

2 Responses to “SPSS 16 for linux on Ubuntu 8.10”

  1. dheerajchand says:

    Hi, I’m trying to follow your instructions, but the installer seems to keep crapping out on me. Is there a chance we can email about it?

    -dx

  2. dokuro says:

    hello, i have the same problem, i have run it in terminal and i get

    An unexpected error has been detected by HotSpot Virtual Machine:
    SIGSEGV (0xb) at pc=0×00000000, pid=9544, tid=3326073744
    Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    Problematic frame:
    C 0×00000000
    An error report file with more information is saved as hs_err_pid9544.log

    i don’t know where that log is and it is not the one on the SPSS folder, any ideas…

    thaX in advance

Leave a Reply

You must be logged in to post a comment.