![]() | :: | Software | :: | ucspi-ssl |
ucspi-ssl comes with NO WARRANTY.
This package requires OpenSSL and ucspi-tcp. In particular, tests require ucspi-tcp.
mkdir /package chmod 1755 /package cd /package
Download the ucspi-ssl package. The most recent ucspi-ssl package is ucspi-ssl 0.70. The current beta release is ucspi-ssl 0.70.2. Unpack ucspi-ssl in /package:
gunzip ucspi-ssl-0.70.tar tar -xpf ucspi-ssl-0.70.tar cd host/superscript.com/net/ucspi-ssl-0.70
Edit the conf-* files to reflect your installation. Generate DH parameters if necessary.
Compile the package:
package/compile
Run some tests:
package/rtsThe output should be empty. These tests require daemontools.
Install the package:
package/install
Commands are installed in the /package/host/superscript.com/command directory. For compatibility with prior versions, commands are also installed in the /usr/local/bin directory.
Report successful installation:
package/report
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 sslperl.