How to add CURL to Linode Ubuntu
2013-04-26
46 words
1 min read
Need to install a facebook login plugin. It said I should install curl.
Record here.
Record here.
1. Run winscp. download /etc/php5/apache2/php.ini
2. Add the following code to the php.ini
extension=curl.so
3. Run putty and login.
4. apt-get install php5-curl
5. service apache2 restart
6. That is all.
Authored By Jesse Lau
A freelancer living in New Zealand, engaged in website development and program trading. Ever won 1st ranking twice in the Dukascopy Strategy Contest. This article is licensed under a Creative Commons Attribution 4.0 International License.