Impossible to build php configure: error: Package requirements (icu-uc >= 50.1 icu-io icu-i18n)

netswitch

Verified User
Joined
Dec 15, 2003
Messages
230
Location
Belgium
Hello
I am having trouble building php on a CentOS 7.4 server.
./build php n throws an error :
checking for icu-uc >= 50.1 icu-io icu-i18n... no
configure: error: Package requirements (icu-uc >= 50.1 icu-io icu-i18n) were not met:

Requested 'icu-uc >= 50.1' but version of icu-uc is 4.8.1.1

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

I have tryed
./build clean
./build update
./build icu

but ./build icu only shows the list of options of build script.
I have updated libicu-devel with yum.

Any clue of what else to do ?
 
Back
Top