Richard G
Verified User
I'm busy helping somebody who had php 5.5 on the vps but updated directadmin so things went starting to do odd.
Now I'm installing php 7.4 with php-fpm and this goes well almost untill the end and then this happens:
And more of this ending with:
I've never seen this one before. How can this be fixed?
@Zhenyapan @jamgames2 or @smtalk any clue?
P.S. Same issue when trying php 8.0.
Edit: Also tried
Icu is installed via yum. OS is Centos 7.9.
Now I'm installing php 7.4 with php-fpm and this goes well almost untill the end and then this happens:
Code:
/usr/local/directadmin/custombuild/php-8.0.30/ext/intl/uchar/ublockcode-enum.h: In function 'php_uchar_minit':
/usr/local/directadmin/custombuild/php-8.0.30/ext/intl/uchar/uchar.c:644:57: error: 'UBLOCK_ARABIC_EXTENDED_A' undeclared (first use in this function)
#define UBLOCKCODE(name) IC_CONSTL("BLOCK_CODE_" #name, UBLOCK_##name)
And more of this ending with:
Code:
/usr/local/directadmin/custombuild/php-7.4.33/ext/intl/uchar/uchar.c:743:59: note: in definition of macro 'IC_CONSTL'
zend_declare_class_constant_long(ce, name, strlen(name), val);
^
/usr/local/directadmin/custombuild/php-7.4.33/ext/intl/uchar/uother-enum.h:249:1: note: in expansion of macro 'UOTHER'
UOTHER(LB_REGIONAL_INDICATOR)
^
make: *** [ext/intl/uchar/uchar.lo] Error 1
make: *** Waiting for unfinished jobs....
*** The make has failed. Exiting...
I've never seen this one before. How can this be fixed?
@Zhenyapan @jamgames2 or @smtalk any clue?
P.S. Same issue when trying php 8.0.
Edit: Also tried
./build icu
but that is not recognized by build.Icu is installed via yum. OS is Centos 7.9.
Last edited: