http://www.poluoluo.com/jzxy/201505/364819.html This article is post on https://coderwall.com/p/ggmpfa configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 代码如下 : yum -y install libxslt-devel configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation. 代码如下 : yum -y install net-snmp-devel configure: error: Please reinstall readline – I cannot find readline.h 代码如下 : yum -y install readline-devel configure: error: Cannot find pspell 代码如下 : yum -y install aspell-devel checking for unixODBC support… configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found! 代码如下 : yum -y install unixODBC-devel configure: error: Unable to detect ICU prefix or /usr/bin/icu-config failed. Please verify ICU install prefix and make sure icu-config works. 代码如下 : yum -y install libicu-devel configure: error: utf8mime2text () has new signature , but U8TCANONICAL is missing. This should not happen. Check...
评论
发表评论