Common php compile errors and the corresponding missing lib
Continue reading
Common php compile errors and the corresponding missing lib
4 Replies
Common php compile errors and the corresponding missing lib
Continue reading
php-fpm is a fcgi process manager. it supports chroot of worker processes by use of chroot directive for each pool.
Encounter error like “configure: error: mcrypt.h not found. Please reinstall libmcrypt.” when trying to build php on CentOS 6 or alike?
Can not Yum install php-mcrypt?
This is becasue CentOS 6.3 Yum base repository dropped support of libmCrypt php-mcrypt… Here is a quick fix to install libmCrypt php-mcrypt on CentOS 6 (and RHEL 6 etc.)