apt-get install curl libcurl3 libcurl3-dev php5-curl
安装好后重启Apache服务器就行了,如果还是不行,那么在php.ini最后加一句:
extension=curl.so
然后重启Aphache服务器!