It's a kludgy way to do it, but I got it to compile on RHEL 3ES by: cd /usr/include/pcre; cp * ..
-Charles
Bruce Lysik wrote:
Hi,
I'm attempting to build Hobbit on a RedHat ES3 server. ./configure is failing at finding the PCRE libs:
Checking for PCRE ... PCRE include- or library-files not found. These are REQUIRED for hobbitd PCRE can be found at http://www.pcre.org/ -bash-2.05b$
However, I have the pcre rpm installed (pcre-3.9-10) and the libraries exist:
/lib/libpcre.so.0 /lib/libpcre.so.0.0.1 /usr/lib/libpcreposix.so.0 /usr/lib/libpcreposix.so.0.0.0
How do I convince configure it's there?