• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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