架设你已经安装了LAMP. 需要安装cURL 在你的Linux计算机上,比如,运行一下命令行在终端:
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
安装完毕之后,需要重新启动apache, 在终端运行命令:
sudo /etc/init.d/apache2 restart
本文共 231 字,大约阅读时间需要 1 分钟。
架设你已经安装了LAMP. 需要安装cURL 在你的Linux计算机上,比如,运行一下命令行在终端:
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
安装完毕之后,需要重新启动apache, 在终端运行命令:
sudo /etc/init.d/apache2 restart
转载于:https://www.cnblogs.com/dcj890828/articles/4744644.html