gpt4 book ai didi

linux - 安装 curl

转载 作者:太空宇宙 更新时间:2023-11-04 05:52:15 24 4
gpt4 key购买 nike

我正在尝试在 Linux 服务器上安装 cURL,当我检查哪个版本 (curl -V) 时,它显示:

curl 7.36.0 (x86_64-unknown-linux-gnu) libcurl/7.36.0 OpenSSL/1.0.1h zlib/1.2.8 Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp Features: Largefile NTLM NTLM_WB SSL libz TLS-SRP

但是当我尝试在实际网站上使用 php 脚本运行curl 函数时,我得到一个空白页面。当我检查日志时,出现错误:调用未定义的函数curl_init(),因此我不确定它是否启用会发生什么。

最佳答案

PHP 的 curl_* 函数不使用 curl 二进制文件,而是使用 cURL 的库。

您需要安装 PHP 的 cURL 模块或在启用 cURL 的情况下重新编译 PHP。

请参阅this answer从 AskUbuntu StackExchange 获取更多信息。

关于linux - 安装 curl ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30172991/

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