duanjiao8871 2012-09-07 08:55
浏览 30
已采纳

Facebook需要在ubuntu中卷曲php扩展

I have installed php5 in my ubandu.I am using graph api to commuicate with facebook.But i am getting the error like "Facebook needs the CURL PHP extension".I know that i have to add "extension=php_curl.dll" line in the php.ini file.but the existing ini file is not having any extension. And there is no file called "php_curl.dll".

  • 写回答

1条回答 默认 最新

  • duansha8764 2012-09-07 09:01
    关注

    I assume, you have ubuntu linux. Try this:

    sudo apt-get install php5-curl
    


    See also Ubuntu Forum And afterwards restart your apache.
    Normally, in Linux extensions are not called .dll, but ".so". Afaik, .dll is Windows specific.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?