- assigned_to: nobody --> sylvain
Prelude does not see pcre header in the /usr/include/pcre/pcre.h (nonstandard?) directory so it leaves that ability out when running configure on RedHat 7.1. RedHat 7.1 (possible older versions too?) seem to have pcre.h in a pcre/pcre.h location instead of just in a base include directory. The libs are in the base include directory. pcre appears to be part of the kdesupport RPM package in redhat 7.1.
/usr/include/pcre/pcre.h
/usr/lib/libpcre.so.0
/usr/lib/libpcre.so.0.0.1
/usr/lib/libpcreposix.so.0
/usr/lib/libpcreposix.so.0.0.0
/usr/lib/libpcre.la
/usr/lib/libpcre.so
/usr/lib/libpcreposix.la
/usr/lib/libpcreposix.so
I just forced the test on the new directory for the pcre.h file and edited the prelude-0.4.2/src/prelude/rules_default.c file to point to the correct pcre/pcre.h location.
I dont know enough about configure to check that directory too for the pcre.h file, or I would send a patch myself :/.