ucspilogd
Software
www.skarnet.org
How to install ucspilogd
Like any other piece of software (and information generally),
ucspilogd comes with NO WARRANTY.
Starting with release 0.37, ucspilogd is available under the terms of
the ISC license,
see the included package/COPYING file.
Requirements
System
Build-time
- A standard C development environment
- The skalibs package, version 1.0.0 or higher
Run-time
Depending on the way you compile and link execline:
- No dependencies (static executables)
- or a standard C run-time environment (dynamic executables with flag-allstatic)
- or a standard C run-time environment, and the
skalibs package, version 1.0.0 or higher
(dynamic executables without flag-allstatic)
Installation
ucspilogd follows the
slashpackage convention.
- Create a /package directory:
mkdir -p /package
chmod 1755 /package
cd /package
- Download the latest version of ucspilogd,
ucspilogd-0.37.tar.gz,
into /package.
- Unpack the ucspilogd package:
tar -zxpvf ucspilogd-0.37.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm ucspilogd-0.37.tar.gz
cd admin/ucspilogd-0.37
- Configure the package by editing the files in conf-compile/
following these
instructions. The ucspilogd package also supports
this list of flags.
- Compile and set up ucspilogd:
make
sudo make install
- To save disk space:
make clean