cdb is a fast, reliable, simple package for creating and reading constant databases. It's used by a variety of programs on this mail server, notably the validrcptto patch.
Download and upack the tarball:
cd /extra/src
wget http://cr.yp.to/cdb/cdb-0.75.tar.gz
tar xvzf cdb-0.75.tar.gz
cd cdb-0.75This command fixes "the errno problem" with glibc 2.3 and newer:
sed -i '/extern int errno/{s/^/\/* /;s/$/ *\//;G;s/$/#include <errno.h>/;}' error.hMake and install the programs:
make setup check- Login to post comments