While leafnode can currently be built without the PCRE library installed
(it will build a static version then), it is better if you go to the
pcre/ directory first and build and install PCRE as a shared
library. This saves memory.

The pcre/ directory contains a minimally modified PCRE 3.9 distribution,
with a libtool patch to allow building shared libraries on MacOS X 10.1
-- so you're probably better off with this version than with the stock
PCRE 3.9.

Do

cd pcre && ( make distclean ; ./configure && make \
&& su -c "make install" )

Note however that on some systems, you must invoke ldconfig after make
install.

Matthias Andree <matthias.andree@gmx.de>
