Termux-pod / termux-pod

Containing debfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Dependencies needed for PHP7_i686: libicudata.so.67 libicui18n.so.67 libicuio.so.67 libicuuc.so.67

TechniQTeam opened this issue · comments

Someone can please Share the following 32 bit Library Dependencies needed for PHP7_i686: libicudata.so.67, libicui18n.so.67, libicuio.so.67 and libicuuc.so.67

what I did for libicu* was get the source from site.icu-project.org, checked out maint-67 and built it myself. no problems. After install of libicu^ I installed the 7.4.12 package. dpkg complained that libicu wasn't installed, but php seemed to run perfectly.

commented

Try run this in your shell

cd ~
git clone https://github.com/unicode-org/icu.git --depth=1 --branch=release-67-1
cd icu/icu4c/source
./configure --prefix=$PREFIX && make

If no error occurs, then you can run make install after ./configure and make

make install

Closing as php7 is available in official repository also.