1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>socklog - installation</title>
</head>
<body>
<a href="https://smarden.org/pape/">G. Pape</a><br>
<a href="index.html">socklog</a><br>
<hr>
<h1>socklog - installation</h1>
<hr>
Since version 0.3.0, <i>socklog</i> installs into
<a href="https://cr.yp.to/slashpackage.html">/package</a>.
<p>
Check that you have the recent version of
<a href="https://smarden.org/runit/">runit</a> installed.
<p>
Download
<a href="socklog-2.1.2.tar.gz">socklog-2.1.2.tar.gz</a> into
<tt>/package</tt>
(<a href="https://smarden.org/socklog/sha256sum.asc">sha256sum</a>)
and unpack the archive
<pre>
# 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
</pre>
On solaris read <a href="readme.solaris.html">using socklog on solaris</a>
before proceeding.
<p>
Compile and install the <i>socklog</i> programs
<pre>
# package/install
</pre>
If you want to make the man pages available in the <tt>/usr/local/man/</tt>
hierarchy, do:
<pre>
# package/install-man
</pre>
To report success:
<pre>
# mail pape-socklog-2.1.2@xxiv.smarden.org <compile/sysdeps
</pre>
If you use <i>socklog</i> regularly, please
<a href="https://smarden.org/pape/#contribution">contribute</a> to the project.
<p>
Refer to <a href="configuration.html">Configuration</a> for
configuring and setting up <i>socklog</i> services.
<hr>
<address><a href="mailto:pape@smarden.org">
Gerrit Pape <pape@smarden.org>
</a></address>
</body>
</html>
|