• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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