NextPrevUpTopContentsIndex

1.2 Installing Lisp for use with the License Server

This section describes changes to the installation procedure for LispWorks products to allow for use of the License Server daemon.

The installation of the server daemon itself is explained in The License Server Daemon.

Invocation of License Server from Lisp is controlled by the environment variable LW_CHECK_NETWORK . If this is not set in your environment, then the Lisp variable system:*check-network-server* is used instead. See Interaction between Lisp and hqn_lsd for full details of the treatment of these two variables.

Instructions for performing a typical, "quick" installation:

  1. Set the environment variable LW_CHECK_NETWORK to any value. (The test is of whether the variable has been set or not.)
  2. Make a configuration file wherein the variable *check-network-server* is set:
  3. For example for a release (say, 4.4.5) of LispWorks you would make a copy of directory / lib/4-4-0-0/config/configure.lisp called my-configuration.lisp and add the form

    (setq system:*check-network-server* t)

    in my-configuration.lisp .

    directory is the directory in which the product was installed.

  4. Configure Lisp as usual, following the instructions in the LispWorks Release Notes and Installation Guide .

Setting LW_CHECK_NETWORK allows you to start Lisp the first time, and saving non-nil *check-network-server* into the configured image allows you to restart it in the future.


LispWorks Guide to the License Server - 4 Apr 2005

NextPrevUpTopContentsIndex