mich...@x054:[/data/prj/alpha/httpd-2.3.4-alpha]*grep -i pcre config.log* $ ./configure --prefix=/usr/local/apache2 --enable-layout=Apache --enable-module=so --enable-mods-shared=most --with-pcre=/data/prj/pcre-8.00 --with-z=/data/prj/zlib-1.2.3 configure:5490: checking for pcre-config configure:5537: error: Did not find pcre-config script at /data/prj/pcre-8.00 ac_cv_path_PCRE_CONFIG=false PCRE_CONFIG='/data/prj/pcre-8.00' PCRE_LIBS=''
On Thu, Dec 10, 2009 at 2:44 AM, William A. Rowe Jr. <wr...@rowe-clan.net>wrote: > Michael Felt wrote: > > I confess to being a bit lost in all of this. I am still stuck with the > > pcre issue, even after adding: > > --with-pcre=/data/prj/pcre-8.00 \ > > > > checking for pcre-config... false > > configure: error: Did not find pcre-config script at /data/prj/pcre-8.00 > > > > mich...@x054:[/data/prj/alpha/httpd-2.3.4-alpha]cd /data/prj/pcre-8.00 > > mich...@x054:[/data/prj/pcre-8.00]find . -name pcre-config > > ./pcre-config > > mich...@x054:[/data/prj/pcre-8.00] > > > > Suggestions? And I hope I am not just being blind... > > config.log? What does it say about pcre detection? >