Ubuntu环境下,项目出现:Call to undefined function curl_init() 提示

Posted feiquan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu环境下,项目出现:Call to undefined function curl_init() 提示相关的知识,希望对你有一定的参考价值。

原因:

没有开启curl扩展

 

安装或者开启扩展

 

ubuntu 执行安装Curl的扩展

 

sudo apt-get install -y php-curl 

同:

mysql,redis,curl,等。

 

转自:https://www.cnblogs.com/bing-yu12/p/7617028.html

以上是关于Ubuntu环境下,项目出现:Call to undefined function curl_init() 提示的主要内容,如果未能解决你的问题,请参考以下文章

linux下PHP环境中Fatal error: Call to undefined function mysql_connect() 出错

在ubuntu16.10 PHP测试连接MySQL中出现Call to undefined function: mysql_connect()

Ubuntu环境,qt creator中,出现Cannot run compiler 'g++' Maybe you forgot to setup the environment解决

如何在ubuntu下安装go开发环境

php在linux下call to undefined function imagettftext()

ubuntu下调试ffmpeg程序出现undefined reference to pthread_once ,undefined reference to uncompress错误