N
Naughty
Guest
I try to compile php 4.3.11 on a RHEL 3.0 AS server (Virtuozzo -> Plesk)
looks like pcre is meshed up somehow.
In the current phpinfo (4.3.2) it shows
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 3.9 02-Jan-2002
Anyone an idea how i can solve this problem so i can update php?
Code:
/root/php-4.3.11/ext/pcre/php_pcre.c: In function `php_pcre_match':
/root/php-4.3.11/ext/pcre/php_pcre.c:444: `PCRE_INFO_NAMECOUNT' undeclared (first use in this function)
/root/php-4.3.11/ext/pcre/php_pcre.c:444: (Each undeclared identifier is reported only once /root/php-4.3.11/ext/pcre/php_pcre.c:444: for each function it appears in.)
/root/php-4.3.11/ext/pcre/php_pcre.c:452: `PCRE_INFO_NAMETAB
/root/php-4.3.11/ext/pcre/php_pcre.c:453: `PCRE_INFO_NAMEENTRYSIZE' undeclared (first use in this function)
make: *** [ext/pcre/php_pcre.lo] Error 1
[root@xxx php-4.3.11]#
looks like pcre is meshed up somehow.
In the current phpinfo (4.3.2) it shows
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 3.9 02-Jan-2002
Anyone an idea how i can solve this problem so i can update php?