configure:error: *** libmcrypt was not found 原创 ywdcj930102 2012-08-12 10:14:43 博主文章分类:linux_error ©著作权 文章标签 error configure 文章分类 运维 ©著作权归作者所有:来自51CTO博客作者ywdcj930102的原创作品,请联系作者获取转载授权,否则将追究法律责任 为了得到mcrypt.so库文件,先后安装编译了mhash和libmcrypt,但是到最后编译mcrypt时报错: configure: error: *** libmcrypt was not found www.2cto.com 最后发现是因为环境变量的问题,gcc编译的时候根据自身定义的变量寻找相关函数库等文件, libmcrypt也是刚安装的,在变量中没有定义出来,所以手动添加: [root@localhost modules]# export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH 再次编译即可。 赞 收藏 评论 分享 举报 上一篇:编译apache报错 下一篇:phpmyadmin管理多台mysql数据库 提问和评论都可以,用心的回复会被更多人看到 评论 发布评论 全部评论 () 最热 最新 相关文章 Error getting node“ err=“node \“master\“ not found的处理 报错Error getting node“ err=“node \“master\“ not found故障背景: 电脑不小心按倒了关机按钮,导致虚拟机直接被杀死关机了, 重启虚拟机后,master节点的IP没有正常起来,又重新启动了下服务器后,发现无法kubectl get nodes 出node信息了处理前相关的文件、证书等记得备份一份以防万一。查看nodes节点无法查看root@cka-ma 2d 重启 IP SpringBoot报错:Failed to configure a DataSource: 'url' attribute is not specified and no embedded ***************************APPLICATION FAILED TO START*************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could mysql spingboot Dify报错model schema not found 工作室操作 Agent 选择模型时对话报错:"Model schema not found" error only in agents是因为没打开模型的函数调用功能:当然,也不是所有模型都支持该功能。本文已收录在Github,关注我,紧跟本系列专栏文章,咱们下篇再续!? 魔都架构师 | 全网30W+技术追随者? 大厂分布式系统/数据中台实战专家? 主导交易系 python 人工智能 大模型应用开发 configure: error: *** libmcrypt was not found configure: error: *** libmcrypt was not found为了的到mcrypt.so库文件,先后安装编译了mhash和libmcrypt,但是到最后编译mcrypt时报错:configure: error: *** libmcrypt was not found最后发现是因为环境变量的问题,gcc编译的时候根据自身定义的变 configure: error: ** configure: error: mcrypt.h not found. Please reinstall libmcrypt 今天在编译php的时候,出现如下错误php安装出错:configure: error: mcrypt.h not found. Please reinstall libmcrypt.,意思是,没有查找到mcrytp.h,需要安装libcrytp,在下面的地址下载libmarypt:wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/lib 职场 休闲 mcrytp.h linux php libmcrypt-config script: noconfigure: error: libmcrypt was not found 本文记录并更正了一些流传甚广的网文在解决此问题时的不足与错漏之处。供以后参考。 Ubuntu上出现此类问题,安装php5-mcrypt包即可?1$ sudo apt-get install php5-mcrypt php .net apache configure: error: mcrypt.h not found. Please reinstall libmcrypt. rpm -ivh "http://www.aminglinux.com/bbs/data/p_w_upload/forum/month_1211/epel-release-6-7.noarch.rpm"yum install -y libmcrypt-devel error libmcrypt configure: error: mcrypt.h or mhash.h not found. Please reinstall libmcrypt configure: error: mcrypt.h or mhash.h not found. Please reinstall libmcrypt mcrypt.h mhash.h PHP configure: error: mcrypt.h not found. Please reinstall libmcrypt.(转) 今天在编译php的时候,出现如下错误php安装出错:configure: error: mcrypt.h not found. Please reinstall libmcrypt.,意思是,没有查找到mcrytp.h,需要安装libcrytp,在下面的地址下载libmarypt:wget ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/attic/libmcry configure: error: mc configure: error: libdnsres not found 出错:configure: error: libdnsres not found解决办法:wget http://www.monkey.org/~provos/libdnsres-0.1a.tar.gztar zxvf libdnsres-0.1a.tar.gzcd libdnsres-0.1a./configure ;make;make install linux 职场 休闲 libdnsres configure: error: libacl not found 具体错误:checking for acl_init in -lacl... noconfigure: error: libacl not found解决办法:sudo apt install -y libacl1 libacl1-dev linux configure: error: readline library not found 解决:yum -y install readline-devel然后再执行 ./configure linux 运维 configure: error: no termcap library found 交叉编译源码包 在Centos6.6 上交叉编译 gdb-7.9.tar.gz,出现如标题 所示错误。首先去官方网站下载gdb的源码包,我下载的gdb-7.9.tar.gz版本的源码包,解压开来,进入到源码包的根目录下。对于一个源码包,拿到手里首先要阅读的就是README,然后看一下INSTALL文件,这个文件里编译源码包的步骤。基本上所有的源码包都是三步,configure, configure php 编译安装报错 configure: error: mcrypt.h not found. Please reinstall libmcrypt. 编译安装php时报错的解决方法:错误一:configure: error: mcrypt.h not found. Please reinstall libmcrypt. 解决办法:需要安装Libmcrypt wget http://softlayer.dl. php报错 configure: error: No curses/termcap library found mysql编译安装./configure的时候出现错误:configure: error: No curses/termcap library found解决方法:yum install -y ncurses-devel mysql error library configure: error: libjpeg.(a|so) not found 编译安装PHP时,有以下错误: configure: error: libjpeg.(a|so) not found复制代码locate之后发现已经安装了libjpeg了,但是在/usr/lib目录下没有libjpeg.so这个文件,在/usr/lib64下是有的,虽然使用–with-jpeg-dir=/usr/lib64 依然无效,最后用 configure: error: li configure: error: cups-config not found 解决办法:sudo apt-get install -y libcups2-dev LINUX PostgreSQL configure: error: readline library not found 前言 安装 PostgreSQL 时报错,以下 configure: error: readline library not found If you have readline already installed, see config.log for details on the failure linux postgresql sql 官网 其他 configure OpenSSL Crypto library not found error 解决configure OpenSSL Crypto library not found error2010-05-07 10:16 crypto是什么呢? 是OpenSSL 加密库(lib), 这个库需要openssl-devel包 ,在ubuntu中就是 libssl-dev linux 职场 休闲 Apache: 提示configure: error: APR not found Apache: 提示configure: error: APR not found 编译apache时出错:#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error: APR not found . Please read the documentation解决办法:1.下载所需软件包:wg apache