php71-apache 7.1.14-1, icu so-bump problem

Problems with packages? Post here, using [tags] of the package name.

php71-apache 7.1.14-1, icu so-bump problem

Postby andreasbaumann » Thu Apr 05, 2018 8:39 am

php71-apache 7.1.14-1

$this->bbcode_second_pass_quote('', '
')shell> ldd /usr/lib/httpd/modules/libphp7.so
lrwxrwxrwx 1 root root 16 Apr 5 10:26 libicui18n.so.60 -> not found
lrwxrwxrwx 1 root root 14 Apr 5 10:27 libicuuc.so.60 -> not found
lrwxrwxrwx 1 root root 16 Apr 5 10:27 libicudata.so.60 -> not found


Recompiling and reliinking php7 against libicu icu 61.1-1solves the problem.

Temporary (and most likely dangerous) workaround:

$this->bbcode_second_pass_quote('', '
')cd /usr/lib
ln -s libicui18n.so.61 libicui18n.so.60
ln -s libicuuc.so.61 libicuuc.so.60
ln -s libicudata.so.61 libicudata.so.60
andreasbaumann
 
Posts: 4
Joined: Wed Mar 11, 2015 7:21 pm

Return to Packages

Who is online

Users browsing this forum: No registered users and 18 guests