首页 技术 正文
技术 2022年11月14日
0 收藏 766 点赞 3,318 浏览 1023 个字

1、configure: error: xml2-config not found. Please check your libxml2 installation.
yum install libxml2-devel -y openssl-devel bzip2-devel curl-devel

2、configure: error: Cannot find OpenSSL’s <evp.h>
yum install openssl-devel

3、configure: error: Please reinstall the BZip2 distribution
yum install bzip2-devel

4、

./configure: line 410: test: please: integer expression expected

configure: error: reinstall
./configure: line 299: return: please: numeric argument required
./configure: line 309: exit: please: numeric argument required
yum -y install curl-devel

5、configure: error: jpeglib.h not found.
yum install libjpeg-devel -y

6、configure: error: png.h not found.
yum -y install libpng-devel

7、configure: error: freetype-config not found.
yum -y install freetype-devel

8、configure: error: Unable to locate gmp.h
yum install gmp-devel

9、configure: error: mcrypt.h not found. Please reinstall libmcrypt.
yum install libmcrypt-devel #需要epel源

10、configure: error: Please reinstall readline – I cannot find readline.h
yum -y install readline-devel

11、configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
yum -y install libxslt-devel

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:8,912
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,437
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,252
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,063
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,694
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,732