Next Previous Contents

3. Installation

authpcre is not a patch, and you may install it on a running system without too much trouble. Ok, to get it working you need the pcre library, available on ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ and on most linux distributions (in debian, ``apt-get install libpcre3-dev'').

You also need an ANSI C compiler (gcc should be good enough :-) and a POSIX system with all the standard include files.

Ok, now that you are sure you have everything installed, just:

  1. tar -xvzf authpcre-version.tar.gz
  2. cd authpcre-version
  3. ./configure
  4. make
  5. make install
configure will try to figure out everything for you. Anyway, there are few cases when you must specify some parameters: All the other parameters (as printed by configure --help) are completely ignored. For example, you may configure authpcre with something like
  # ./configure --with-mod-path=/usr/local/courier/lib \
                --with-conf-file=/usr/local/courier/etc/authpcrerc 
Watch out that make install will install the binary itself and an example configuration file. Beware that the configure.ac file was written in a very short time and is currently being worked on to make it more ``standard''.

Precompiled binary packages for debian may be made available for your convenience.

There is no mailing list for authpcre, so feel free to mail me if you have any trouble with it.


Next Previous Contents