On Mon, Nov 17, 2008 at 03:00:06PM -0800, Jeff Gerard wrote: > Thanks so much...I'll definitely give this a try...but... > > apparently I'm not sure what to do here.. > > Should I simply > set LDFLAGS="-lpcreposix -lpcre" > then run my ./configure? > or?? Right.. export LDFLAGS="-lpcreposix -lpcre" ./configure ... And ofcourse make sure you have PCRE library installed. libpcre3-dev for debian etc..