=============================================== yum install error: protected multilib versions error===============================================sudo yum downgrade openssl 降级sudo yum install openssl-devel ===另外参考====================================…
参考文章:http://blog.csdn.net/anljf/article/details/6981247 安装php时的报错configure: error: xml2-config not found. Please check your libxml2 installation.     检查是否安装了libxm包 [root@XKWB3403 php-5.3.8]# rpm -qa |grep  libxml2libxml2-2.6.26-2.1.12libxml2-python-2…
linux下安装svn出现configure: error: We require OpenSSL; try --with-openssl http://blog.csdn.net/woshixiongjin/article/details/9174529 错误提示需要安装openssl,所以我就安装了一个openssl,安装方法如下: cd /usr/local wget http://www.openssl.org/source/openssl-1.0.0a.tar.gz tar -zxvf…
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library 须要安装pcre包. sudo apt-get update sudo apt-get install libpcre3 libpcre3-dev 你可能还须要安装 sudo apt-get install openssl libssl-dev…
安装php时的报错 checking libxml2 install dir... nochecking for xml2-config path... configure: error: xml2-config not found. Please check your libxml2 installation. 检查 rpm -qa | grep libxml2 重新安装libxml2 yum -y install libxml2 libxml2-devel 安装完成后 find / -nam…
今天在ubuntu14.04上安装php7时 执行:./configure命令时 一直报configure: error: xml2-config not found. Please check your libxml2 installation. 结果使用:sudo apt-get install libxml2 显示这个已经安装 在网上查找后:需要安装libxml2-dev软件包才行 sudo apt-get install libxml2-dev…
今天在交叉编译某个编解码库过程中碰到一个configure错误 运行configure的时候设置了一些配置项目 ./configure CC=arm-linux-gnueabihf-gcc CPP=arm-linux-gnueabihf-g++ --host=arm-linux 运行结果报错如下: configure: error: C preprocessor "arm-linux-gnueabihf-g++" fails sanity check 从我的配置意图来看g++是配置给C…
Linux上安装Apache时,编译出现错误: checking for APR... no configure: error: APR not found .  Please read the documentation 安装APR,下载所需软件包,如果此时计算机可以上网,执行命令下载文件: wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz wget http://archive.apache.org/dist/apr/apr-u…
要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能. #yum install readline; #yum install readline-dev; readline 也就是命令行编辑,关闭的话,你直接用psql 就不能编辑命令行,如果输错指令,不能回滚命令历史记录,只能手工重新输入. 在安装postgreSQL的过程中遇到一个问题,在执行 configure 过程中报以下错误,configure:…
安装python的时候出现如下的错误: [root@master ~]#./configure --prefix=/usr/local/python3.6 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for --enable-universalsdk... no checking for --with-universal-archs.…