checking whether to enable DTrace support... yes checking sys/sdt.h usability... no checking sys/sdt.h presence... no checking for sys/sdt.h... no configure: error: Cannot find sys/sdt.h which is required for DTrace support
checking for Kerberos support... no checking whether to use system default cipher list instead of hardcoded value... no checking for RAND_egd... no checking for pkg-config... /usr/bin/pkg-config configure: error: Cannot find OpenSSL's <evp.h>
解决方法:sudo yum install openssl-devel
需要安装libcurl-devel 错误信息:
1 2 3
checking for cURL in default path... not found configure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/
checking whether to enable JIS-mapped Japanese font support in GD... no If configure fails try --with-webp-dir=<DIR> If configure fails try --with-jpeg-dir=<DIR> configure: error: png.h not found.
解决方法:sudo yum install libpng-devel
需要安装libicu-devel 错误信息:
1 2 3 4
checking for icu-config... no checking for location of ICU headers and libraries... not found configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
解决方法:sudo yum install libicu-devel
需要安装libmcrypt-devel 错误信息:
1 2
checking for mcrypt support... yes, shared configure: error: mcrypt.h not found. Please reinstall libmcrypt.
解决方法:sudo yum install libmcrypt-devel
需要安装recode-devel 错误信息:
1 2
checking for recode support... yes, shared configure: error: Can not find recode.h anywhere under yes /usr/local /usr /opt.
解决方法:sudo yum install recode-devel
需要安装net-snmp-devel 错误信息:
1 2 3 4
checking for SNMP support... yes, shared checking OpenSSL dir for SNMP... no checking for net-snmp-config... no configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation.