[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] building on Redhat ES3



It's a kludgy way to do it, but I got it to compile on RHEL 3ES by:
cd /usr/include/pcre; cp * ..

Probably better to make symlinks, so that if you ever upgrade pcre it will use the new files as well.

-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?