我在php 5.3.27的安装过程中遇到了问题.
当我发射. / 配置
我收到此错误,但未完成安装.
Configuring extensions
checking size of long... (cached) 8
checking size of int... (cached) 4
checking for int32_t... yes
checking for uint32_t... yes
checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking which regex library to use... php
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr/local/php530-cgi
checking for xml2-config path... /usr/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for Kerberos support... yes
checking for krb5-config... no
checking for DSA_get_default_method in -lssl... no
checking for X509_free in -lcrypto... no
checking for pkg-config... /usr/bin/pkg-config
configure: error: Cannot find OpenSSL's
我声明我已经尝试使用命令yum -y install openssl-dev更新openssl.
谢谢
在尝试安装PHP5.3.27的过程中遇到问题,尤其是在配置阶段,系统无法找到OpenSSL的相关库。用户提到已经尝试通过`yum -y install openssl-dev`更新OpenSSL,但配置仍然报错。错误信息显示找不到`krb5-config`,并且在检查OpenSSL库时失败。
3万+

被折叠的 条评论
为什么被折叠?



