gpt4 book ai didi

php - 编译 php 时出错 - 缺少 DSO

转载 作者:行者123 更新时间:2023-12-04 18:36:44 38 4
gpt4 key购买 nike

我编译php7如下

./configure --enable-bcmath --with-bz2 --enable-calendar --enable-exif --enable-dba --enable-ftp --with-gettext --enable-mbstring --with-mcrypt --with-mhash --enable-pcntl --with-pspell --enable-shmop --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --enable-zip --with-readline --with-curl  --enable-debug --enable-maintainer-zts --enable-pthreads --prefix=/usr --with-config-file-path=/etc --prefix=/usr

# sudo make

sudo make 引发以下错误

/usr/bin/ld: ext/curl/.libs/interface.o: 未定义对符号“CRYPTO_set_id_callback@@OPENSSL_1.0.0”的引用
//lib/x86_64-linux-gnu/libcrypto.so.1.0.0:添加符号时出错:命令行中缺少 DSO
collect2:错误:ld 返回 1 个退出状态
make: *** [sapi/cli/php] 错误 1

make: *** [sapi/cli/php] 错误 1

最佳答案

看来您缺少配置标志 --with-openssl=/path/to http://php.net/manual/en/openssl.installation.php
php不需要它,但curl需要它,我猜
更正
作者得到了它的工作./configure --with-readline --with-openssl --with-openssl-dir=/usr/local/bin --with-curl=/usr/local --enable-debug --enable-maintainer-zts --enable-pthreads --prefix=/usr --with-config-file-path=/etc

关于php - 编译 php 时出错 - 缺少 DSO,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37513200/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com