解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.

2021-02-19 22:20

阅读:539

标签:blog   install   ash   dash   tail   一起   centos   ror   mcr   

yum install -y epel-release
yum install -y libmcrypt-devel
两个不能一起安装,因为CentOs6默认的yum源没有 libmcrypt-devel这个包,只能借助epel的yum源,所以先安装epel,再安装
libmcrypt。
————————————————
原文链接:https://blog.csdn.net/chuang3344/java/article/details/75115890

解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.

标签:blog   install   ash   dash   tail   一起   centos   ror   mcr   

原文地址:https://www.cnblogs.com/victorcode/p/12925216.html


评论


亲,登录后才可以留言!