All Manuals > Release Notes and Installation Guide > 5 Installation on x86/x64 Solaris

5.3 Installing LispWorks for x86/x64 Solaris

5.3.1 Main installation and patches

The LispWorks 8.0 installer contains each of the Editions. Additionally, there may be a patch installer which upgrades LispWorks to version 8.0.x. You need to complete the main installation before adding patches.

5.3.2 Installing over previous versions

You can install LispWorks 8.0 in the same location as LispWorks 7.1 or previous versions.

5.3.3 Information for Beta testers

Users of LispWorks 8.0 Beta should completely uninstall it (including any patches added to the beta installation) before installing LispWorks 8.0.

See 5.8 Uninstalling LispWorks for x86/x64 Solaris for instructions.

5.3.4 Installation directories

32-bit LispWorks is installed by default in /opt/LispWorks/lib/LispWorks and a symbolic link to the executable is placed in /opt/LispWorks/bin/lispworks-8-0-0-x86-solaris.

64-bit LispWorks is installed by default in /opt/LispWorks/lib/amd64/LispWorks and a symbolic link to the executable is placed in /opt/LispWorks/bin/lispworks-8-0-0-amd64-solaris.

LispWorks Personal Edition is installed by default in /opt/LispWorks/lib/LispWorksPersonal and a symbolic link to the executable is placed in /opt/LispWorks/bin/lispworks-personal-8-0-0-x86-solaris.

Note: LispWorks needs to be able find its library at run time and therefore the LispWorks installation should not be moved around piecemeal. If you simply want to run LispWorks from somewhere more convenient, then consider adding a symbolic link.

5.3.5 Selecting the correct software package file

The 32-bit LispWorks software package file is called LispWorks80-32bit.

The 64-bit LispWorks software package file is called LispWorks80-64bit.

The Personal Edition software package file is called LispWorksPersonal80-32bit.

Note: the software may be supplied in a compressed format with a .gz extension. Uncompress it using gunzip.

5.3.6 Installing the package file

To install LispWorks, perform the following steps as root:

  1. Locate the software package file.
  2. Install or upgrade LispWorks in the standard way, for example:
    pkgadd -d LispWorks80-32bit all
    

    for 32-bit LispWorks, or:

    pkgadd -d LispWorks80-64bit all
    

    for 64-bit LispWorks.

  3. The license terms are presented. Enter "yes" if you agree to them.

See 5.5 Running LispWorks for instructions on entering your license serial number and key.

5.3.7 Installing Patches

After completing the main installation of LispWorks, ensure you install the latest patches from the package file available for download at www.lispworks.com/downloads/patch-selection.html . Patch installation instructions are in the README file accompanying the patch download.


Release Notes and Installation Guide - 01 Dec 2021 19:38:47