用 curl 编译 php,curl 在哪里安装?
2022-08-30 10:33:52
我需要在编译php时指定一个目录--with-curl=
卷曲二进制位于/usr/bin/curl
curl -V
给我
curl 7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
locate curl
给我
/usr/bin/curl
/usr/lib/libcurl.so.3
/usr/lib/libcurl.so.3.0.0
/usr/lib64/libcurl.so.3
/usr/lib64/libcurl.so.3.0.0
已删除 /usr/share/...和其他不相关的文件
更新
尝试过,虽然我很确定它是64位。--with-curl=/usr/lib64
--with-curl=/usr/lib
checking for cURL support... yes
checking if we should use cURL for url streams... no
checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
溶液
PHP 需要 curl-devel