2019独角兽企业重金招聘Python工程师标准>>>

今天service层代码报错,mcrypt 系列函数没有定义(项目中接了ID5做身份认证)

于是开始编一个mcrypt扩展

出现如下错误:configure: error: mcrypt.h not found. Please reinstall libmcrypt.

处理之:

wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcrypt/libmcrypt-2.5.7.tar.gz

tar -zxvf libmcrypt-2.5.7.tar.gz

cd libmcrypt-2.5.7

./configure

make

make install

文章旨在记录地址所有,省得以后Google下载地址了

转载于:https://my.oschina.net/u/195896/blog/349273

configure: error: mcrypt.h not found. Please reins相关推荐

  1. 编译php的时候,报configure: error: mcrypt.h not found. Please reinstall libmcrypt.错误的解决办法...

    configure: error: mcrypt.h not found. Please reinstall libmcrypt.  今天在编译php的时候,出现如下错误php安装出错:configu ...

  2. php baocuo error,PHP编译报错configure: error: Cannot find libmysqlclient under /usr.

    今天编译PHP的时候遇到了几个错误,记录一下 第一次编译的时候报错如下: configure: error: mcrypt.h not found. Please reinstall libmcryp ...

  3. php安装redis扩展‘checking for igbinary includes... configure: error: Cannot find igbinary.h‘解决方法

    php安装redis扩展'checking for igbinary includes... configure: error: Cannot find igbinary.h'解决方法 参考文章: ( ...

  4. php安装redis扩展'checking for igbinary includes... configure: error: Cannot find igbinary.h'解决方法...

    今天准备给yii2安装redis扩展,先安装了redis服务,然后安装redis php官方扩展,在make的时候提示' checking for igbinary includes... confi ...

  5. configure: error: Please reinstall the libcurl distribution - easy.h should be ……

    configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 其实就 ...

  6. 【庖丁解牛】configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path

    问题复现 php重新编译,报错:configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installa ...

  7. mac big sur下安装phpredis报错configure: error: Cannot find php_hash.h

    configure: error: Cannot find php_hash.h 或者 configure: error: Cannot find php_json.h 原因:如果系统是big sur ...

  8. php7 configure: error: Cannot find OpenSSL‘s <evp.h> 问题解决

    php7 configure: error: Cannot find OpenSSL's 问题解决 参考文章: (1)php7 configure: error: Cannot find OpenSS ...

  9. configure: error: no termcap library found

    交叉编译源码包 在Centos6.6 上交叉编译 gdb-7.9.tar.gz,出现如标题 所示错误. 首先去官方网站下载gdb的源码包,我下载的gdb-7.9.tar.gz版本的源码包,解压开来,进 ...

最新文章

  1. 计算机组成原理 — CPU — 缓存访问
  2. jvm性能调优实战 - 26一个每秒10万并发的系统如何频繁发生Young GC的
  3. 设置mysql整形_mysql 整型字段设计
  4. B15_NumPy 矩阵库(Matrix)(empty(),zeros(),ones(),eye(),identity(),rand())
  5. IntelliJ IDEA 如何创建一个普通的java项目,及创建java文件并运行
  6. 仿回收站效果的设计与实现
  7. JAVA第三方包导入但找不到类,解决:导入第三方包报错java.lang.NoClassDefFoundError:XXX.XXX,XXXXXX...
  8. Python中的for in if 用法
  9. 漫画:如何实现抢红包算法?
  10. python 窗口更新_pythontkinter更新文本窗口
  11. SQL数据库被置疑后的恢复步骤(附详细图解)-虽然转载但是亲自实现过
  12. PCB 18种特殊走线的画法与技巧!
  13. 【基金学习】小白基金学习记录-从入门到实践(一)
  14. 如何面对软件工程师考试?
  15. 上海泛微面经(从Java开发到项目实施岗)
  16. OSChina 周五乱弹 ——下完雨朕的江山都湿了
  17. 苦瓜红烧肉这么做,每次做连汤汁都不剩
  18. 对小部分bats的守护进程
  19. MIPS汇编二进制转10进制
  20. 内网安全之:域与域权限判断

热门文章

  1. Android MVC结构的浅见【转】
  2. 性能优化指南:性能优化的一般性原则与方法
  3. 理解 QEMU/KVM 和 Ceph(2):QEMU 的 RBD 块驱动(block driver)
  4. java 表现层:jsp、freemarker、velocity
  5. SQLServer2000同步复制技术实现步骤(收藏)
  6. 程序提示确认关闭后退出
  7. 推荐抓虾在线RSS阅读
  8. python requests 爬取数据
  9. hashlib摘要算法模块,logging日志,configparser配置文件模块
  10. 破解.net程序 编译和反编译方法