SuperScript::Software::ucspi-tcphandle

How to install ucspi-tcphandle


ucspi-tcphandle comes with NO WARRANTY.

System requirements

ucspi-tcphandle works only under UNIX.

Installation

If necessary, create a /package directory:
  mkdir /package
  chmod 1755 /package
  cd /package

Download the ucspi-tcphandle package. The most recent ucspi-tcphandle package is ucspi-tcphandle 0.67. Unpack ucspi-tcphandle in /package:

  gunzip ucspi-tcphandle-0.67.tar
  tar -xpf ucspi-tcphandle-0.67.tar
  rm ucspi-tcphandle-0.67.tar
  cd host/superscript.com/net/ucspi-tcphandle-0.67

Edit configuration files for tcpperl if necessary.

Compile the package:

  package/compile

Run some tests:

  package/rts
The output should be empty. The tests require ucspi-tcp, and use TCP ports 50016--50021 at IP address 127.0.0.1.

Install the package:

  package/install

Commands are installed in the /package/host/superscript.com/command directory.

Report successful installation:

  package/report

Package subsets

To restrict the compile or install to a subset of the entire package, supply the name of a subset on the command line:
  package/compile subset
  package/rts subset
  package/install subset

To exclude a subset from an operation, add a hyphen as the first command-line argument:

  package/compile - subset
  package/rts - subset
  package/install - subset

Valid subsets in this package are base and tcpperl.