On Sep 24, 2005, at 04:56, Sam Varshavchik wrote:
Download: http://www.courier-mta.org/download.php
# These releases are also available via BitTorrent. This is mostly an
# academical excersize, SourceForge's resources are as healthy as
ever. The
# .torrent is created only to test my BitTorrent publication script
(see
# http://eztorrent.courier-mta.com).
This is a maintenance release that fixes some configuration issues
with the
PCRE library on some platforms. It also includes a fix to the code
that
deletes aged messages from the Trash folder.
Changes:
• configure.in: Look for pcre/pcre.h if pcre is not installed.
maildir: skip
parts of make check if libpcre is not installed.
on freebsd i still get:
gmake[1]: Entering directory `/usr/home/thomas/courier-0.52.1/maildir'
gmake all-am
gmake[2]: Entering directory `/usr/home/thomas/courier-0.52.1/maildir'
Linking testmaildirfilter
/usr/libexec/elf/ld: cannot find -lpcre
gmake[2]: *** [testmaildirfilter] Error 1
gmake[2]: Leaving directory `/usr/home/thomas/courier-0.52.1/maildir'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/home/thomas/courier-0.52.1/maildir'
gmake: *** [all-recursive] Error 1
with courier 0.52.1
/thomas