Hello
I am having trouble building php on a CentOS 7.4 server.
./build php n throws an error :
I have tryed
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 ?
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 ?