SER 0.9.4 distribution WARNING: If you want to use a config from a version older than 0.9.3 , please read doc/NEWS. Contents: bin/ - contains compiled ser versions for various arhitectures: ser-0.9.4_darwin_ppc.tar.gz (darwin 8.0.1) ser-0.9.4_freebsd_i386.tar.gz (freebsd 5.4) ser-0.9.4_linux_i386.tar.gz (linux libc6) ser-0.9.4_linux_x86_64.tar.gz (linux libc6) ser-0.9.4_netbsd_i386.tar.gz (netbsd 2.0) ser-0.9.4_openbsd_i386.tar.gz (openbsd 3.7) ser-0.9.4_solaris_i386.tar.gz (solaris 10) To install change to the root directory and unpack: cd /; tar zxvf This will install ser in /usr/local/: - ser binaries & scripts (ser, gen_ha1, serctl) in sbin/ - ser modules in lib/ser/modules/ - ser man pages in man/man* - ser docs in doc/ser/ - default ser configuration file in etc/ser/ser.cfg If ser is started without any -f it will use /usr/local/etc/ser/ser.cfg. doc/ - contains the ser documentation: COPYING - ser license INSTALL - information on how to build ser from the sources and a quick install guide NEWS - release new features README - ser README README-MODULES - list of the available ser modules and their status ser.8 - ser man page ser.cfg.5 - ser cfg. man page (incomplete) ser-man.txt - ascii version of ser.5 ser_cfg-man.txt - ascii version of ser.cfg.8 packages/ - contains ser binary packages for Debian GNU/Linux (unstable i386, unstable amd64), Solaris 10 (i386), FreeBSD 5.4 (i386), NetBSD 2.0 (i386) and OpenBSD 3.7 (i386). Information on how to install the various packages is provided in the "Quick Start" section of doc/INSTALL. contrib/ - contains ser related contributed software src/ - contains the "official" tar.gz with ser's source.