When compiling PHP 7 on CentOS 7, i got error
configure: error: Cannot find libtidy
To fix this, install libtidy-devel module.
yum install -y libtidy-devel
When compiling PHP 7 on CentOS 7, i got error
configure: error: Cannot find libtidy
To fix this, install libtidy-devel module.
yum install -y libtidy-devel
Leave a Reply