Im new to Amazon Ec2 and I'm 'NOT AN EXPERT', after I installed my word-press blog I found that Facebook comments of users are disabled, May be because I need to enable PhP Curl on the server (Im guessing). I need a help on how to do that please, and I would really appreciate if you explain it in details so I can help my self as a beginner. I really appreciate your help :) Im Mac user AMI: bitnami-wordpress-3.3-2-linux-x64-ubuntu-10.04-ebs (ami-6938ed00)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
You can install PHP-curl using the command
|
|||||||||||
|
BitNami WordPress uses it owns PHP version which already includes curl (not the ubuntu PHP). If you run
|
|||
|
apt-get install php5-curl
– planet x Mar 15 '12 at 7:50