• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

php make problem

N

Naughty

Guest
I try to compile php 4.3.11 on a RHEL 3.0 AS server (Virtuozzo -> Plesk)

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?
 
Originally posted by Naughty
tnx,

witch do i need, i see multiple php rpms

here's what I have installed

Code:
php-devel-4.3.11-6.art
php-ldap-4.3.11-6.art
php-mysql-4.3.11-6.art
php-pgsql-4.3.11-6.art
php-4.3.11-6.art
php-domxml-4.3.11-6.art
php-imap-4.3.11-6.art
php-mbstring-4.3.11-6.art
php-mhash-4.3.11-6.art
php-ncurses-4.3.11-6.art
php-pear-4.3.11-6.art
php-xmlrpc-4.3.11-6.art
php-gd-4.3.11-6.art
php-mcrypt-4.3.11-6.art
php-odbc-4.3.11-6.art
php-snmp-4.3.11-6.art
-r'twick
 
Back
Top