sweet...had to compile a newer version of PCRE and do a bit of symbolic linking but got it working! Thanks! PS...I like how you set your reply-to address to squid-users :) ----- Original Message ----- From: Henrik K Date: Monday, November 17, 2008 11:25 pm Subject: Re: Regex Problem - Squid 3.0STABLE10 To: squid-users@xxxxxxxxxxxxxxx > On Mon, Nov 17, 2008 at 03:00:06PM -0800, Jeff Gerard wrote:<BR>> > 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.. > > --- Jeff Gerard