Op dinsdag 13 oktober 2009 17:38:49 schreef Tom Kistner: > The release of Exim 4.70 is on the horizon. A lot of stuff has > accumulated in CVS since January 2008. Since we want to give the current > code some wider exposure, please accept this invitation to test a 4.70 > pre-release. You can get the current code by pulling a snapshot from > David's GIT shadow: > > git clone git://git.exim.org/exim-src.git > > Or wget a tarball here: > > http://duncanthrax.net/temp/exim-4.70-RC-20091013.tar.gz > > (...) > > Other changes: > > * PCRE removed from Exim distribution. You will need > a separate PCRE library (and matching headers) to > compile Exim. >
Noticed this is on 64-bit FreeBSD 7.2 (RELENG and STABLE), using the tarball. When the local Makefile does not specify LOOKUP_LIBS the build would fail at the end (ld: cannot find -lpcre) Other than specifying LOOKUP_LIBS, the solution would be to specify PCRE_LIBS as follows: PCRE_LIBS=-L/usr/local/lib -lpcre -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
