If you are installing SkunkWeb on a Linux machine, the first three
items below are already taken care of.
An ANSI C compiler
Python 2.1.1 (or later) (optionally) compiled with the crypt
module installed. Actually, Python 2.1 works just fine, except that
the license for 2.1 isn't GPL compatible, thus I don't believe you can
distribute the whole thing precompiled.
Optionally, Apache 1.3.x configured with (at least) the switch
-enable-module=so. If you run into some weirdness with it
(specifically with the root index.html), you may want to try
adding these too: -disable-module=dir-disable-module=autoindex. The SkunkWeb/Apache interface
will not build unless Apache has been configured for dynamic extension
modules.
Optionally, Sudo if you want users other than that which
SkunkWeb would normally run as to be allowed to start/stop/restart
SkunkWeb.