首页 > Web开发 > 详细

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

时间:2015-06-01 11:42:35      阅读:338      评论:0      收藏:0      [点我收藏+]

编译安装php时报错的解决方法:

错误一:configure: error: mcrypt.h not found. Please reinstall libmcrypt.

    解决办法:需要安装Libmcrypt

        wget http://softlayer.dl.sourceforge.net/sourceforge/mcrypt/libmcrypt-2.5.8.tar.gz
        tar -zxvf libmcrypt-2.5.8.tar.gz
        cd /usr/local/src/libmcrypt-2.5.8
        ./configure --prefix=/usr/local
        make
        make install

本文出自 “夜读才子盼女鬼” 博客,请务必保留此出处http://more3.blog.51cto.com/9929586/1656994

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

原文:http://more3.blog.51cto.com/9929586/1656994

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!