kasparsd / php-7-debian

Install PHP 7 on Debian/Ubuntu
349 stars 102 forks source link

configure: error: ICU version 4.0 or later required #70

Open SirLouen opened 5 years ago

SirLouen commented 5 years ago

Found this error during installation

configure: error: ICU version 4.0 or later required

Strange error because libicu 4.8 was installed.

So I solved by attaching to configure line --with-icu-dir=/usr

OverWorldD commented 4 years ago

I have the same problem, where did you add this? aah, build.sh - found it :)