架设你已经安装了LAMP. 需要安装cURL 在你的Linux计算机上,比如Ubuntu,运行一下命令行在终端:
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
安装完毕之后,需要重新启动apache, 在终端运行命令:
sudo /etc/init.d/apache2 restart