G. Pape
socklog


socklog - installation


socklog by default installs into the /package hierarchy. To install as non-root user and without the /package directory, make the programs and documentation available manually.


Install into /package
Install programs and documentation manually


Install socklog into /package

Check that you have the recent version of runit installed.

Download socklog-2.1.2.tar.gz into /package (sha256sum) and unpack the archive

cd /package
gunzip socklog-2.1.2.tar
tar -xpf socklog-2.1.2.tar
rm socklog-2.1.2.tar
cd admin/socklog-2.1.2

On solaris read using socklog on solaris before proceeding.

Compile and install the socklog programs

package/install

If you want to make the man pages available in the /usr/local/man/ hierarchy, do:

package/install-man

To report success:

mail pape-socklog-2.1.2@xxiv.smarden.org <compile/sysdeps

If you use socklog regularly, please contribute to the project.

Refer to Configuration for configuring and setting up socklog services.


Install socklog programs and documentation manually

Download socklog-2.1.2.tar.gz into the current directory (sha256sum) and unpack the archive

gunzip socklog-2.1.2.tar
tar -xpf socklog-2.1.2.tar
cd admin/socklog-2.1.2

Compile and check the socklog programs

package/compile
package/check

The socklog programs are available in the command/ directory. You probably want to install them into /bin. As non-root user you probably want to install them into $HOME/bin.

The documentation is available in the doc/ directory, and the man pages in the man/ directory.

To report success:

mail pape-socklog-2.1.2@xxiv.smarden.org <compile/sysdeps

If you use socklog regularly, please contribute to the project.

Refer to Configuration for configuring and setting up socklog services.


Gerrit Pape <pape@smarden.org>