【amh】php编译安装失败?

新手上路,请多包涵

/usr/local/include/openssl/x509.h:99: undefined reference to OPENSSL_sk_value
/tmp/php-7.4.32/ext/phar/util.c:1583: undefined reference to EVP_MD_CTX_free

诸如此类的错误

完整日志:https://hollc.lanzoub.com/iMw...

阅读 1.4k
1 个回答

亲,看报错是phar扩展编译不过去,openssl也有很多出错,phar是有依赖openssl扩展,确认是否改过系统默认的openssl的版本,这边试在相同系统环境下编译是正常,方便ssh这边去排查看,或是先用php-generic-7.4版本。

推荐问题