Problem with updating >PHP 5.6.21

Lucifix

Verified User
Joined
Jun 8, 2015
Messages
6
Hi everyone,

on my Debian 8 I have installed PHP 5.6.21 through Custombuild 2.0. When I to upgrade to lastest PHP 5.6.24 version with command ./build update_versions I get all sorts of error in console:

Code:
...
usr/bin/ld: /usr/local/lib/libz.so.1: no version information available (required by /usr/lib/libbfd-2.25-system.so)
/usr/bin/ld: warning: libpcre.so.3, needed by //lib/x86_64-linux-gnu/libglib-2.0.so.0, may conflict with libpcre.so.0
ext/intl/.libs/php_intl.o: In function `zm_shutdown_intl':
/usr/local/directadmin/custombuild/php-5.6.24/ext/intl/php_intl.c:1016: undefined reference to `u_cleanup_48'
ext/intl/.libs/php_intl.o: In function `intl_locale_get_default':
/usr/local/directadmin/custombuild/php-5.6.24/ext/intl/php_intl.c:122: undefined reference to `uloc_getDefault_48'
ext/intl/.libs/intl_error.o: In function `intl_error_get_message':
/usr/local/directadmin/custombuild/php-5.6.24/ext/intl/intl_error.c:140: undefined reference to `u_errorName_48'
ext/intl/.libs/intl_convert.o: In function `intl_convert_utf8_to_utf16':
/usr/local/directadmin/custombuild/php-5.6.24/ext/intl/intl_convert.c:60: undefined reference to `u_strFromUTF8_48'
/usr/local/directadmin/custombuild/php-5.6.24/ext/intl/intl_convert.c:82: undefined reference to `u_strFromUTF8_48'
ext/intl/.libs/intl_convert.o: In function `intl_convert_utf16_to_utf8':
/usr/local/directadmin/custombuild/php-5.6.24/ext/intl/intl_convert.c:120: undefined reference to `u_strToUTF8_48'
/usr/local/directadmin/custombuild/php-5.6.24/ext/intl/intl_convert.c:134: undefined reference to `u_strToUTF8_48'
ext/intl/.libs/intl_convertcpp.o: In function `intl_stringFromChar(icu_48::UnicodeString&, char*, int, UErrorCode*)':

...

/usr/local/directadmin/custombuild/php-5.6.24/ext/intl/spoofchecker/spoofchecker_main.c:130: undefined reference to `u_errorName_48'
collect2: error: ld returned 1 exit status
Makefile:264: recipe for target 'sapi/cli/php' failed
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....

I even try with ./build php n but it doesn't help.

Does anyone have idea what should I do to successfully upgrade to latest version of PHP (5.6.24)? And Please let me know if you require any additional information.
 
Please try "./build icu" before the update. If that still does not help, I'd suggest opening a ticket in tickets.directadmin.com.
 
Back
Top