pcre library path
Brought to you by:
laitcg
When trying to compile the 2.3.2 source on a CentOS 4
box, it bombed because it wasn't able to find the
pcre.h. Presumably this would also effect RedHat ES4
but I haven't tested that yet.
My solution was to add "-I/usr/include/pcre" to the
CFLAGES. No patch included since this is an install
specific kludge. This seems like a good candidate for
autoconf detection.
Let me know if there is any more info I can provide.
Skippy
Logged In: YES
user_id=889251
"This seems like a good candidate for autoconf detection."
Yep, and exaclty why I am using the GNU/Autotools for the
3.x branch in testing right now. :) Thank you.