Apr
1
Linux Ubuntu Install Setup PHP cURL
April 1, 2008 |
If you use PHP, you may need to use cURL, which is one of the most popular extension. PHP CURL functions are available through the use of libcurl, a library created by Daniel Stenberg, and allow you to connect and communicate with web servers using many
different types of protocols.
Assume you have already setup LAMP. To install or setup cURL on your Linux machine like Ubuntu, run the following line of shell command in your terminal:
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
Now you have PHP cURL installed, the next thing you need to do is to restart apache2, run the following command in your terminal:
sudo /etc/init.d/apache2 restart
Similar Posts
- Install and Configure phpMyAdmin on Ubuntu LAMP
- Install and Configure LAMP on Ubuntu
- Ubuntu Hardy Broadcom Wireless Setup
- Create a Subdomain Virtual Host on Ubuntu
- Install and Play Diablo II on Ubuntu
- Install and Configure Wine on Ubuntu
- Ubuntu Configure Disable Touchpad
- Install Photoshop on Ubuntu
- Install and Use Audacity on Ubuntu
- Play iTunes m4a Files on Linux Ubuntu
- Install and Use Skype on Ubuntu
- Install and Play Enemy Territory Quake Wars on Ubuntu
- Ubuntu Convert Ogg Flac to mp3
- Ubuntu Seperate Audio From Video
- Install Java Plugin on Ubuntu Firefox
- Burn Blu-Ray Disc on Ubuntu
- Create Compile and Run .NET on Ubuntu
- Transfer music mp3 to and from iPod Ubuntu
- Install and Play Counter Strike on Ubuntu
- Install IE6 using IEs 4 Linux on Ubuntu
- Ubuntu Best CHM Viewer
- Install Flash CS on Ubuntu
- Make Acer Extensa headphone speakers Work on Ubuntu
- Install Adobe AIR for Linux Beta on Ubuntu
- Install and Play Quake III Arena on Ubuntu
- Install and Play Quake 4 on Ubuntu
- Install Run and Play Doom 3 on Ubuntu
- Virus on Ubuntu Wine
- Manipulate Files Directories using Unix Shell
- Ubutu Root Password
- Switch Ubuntu Server to Desktop
- Ubuntu Install Chinese Input
- Open VCD Using VLC on Ubuntu
- Use aMule as eMule alternative on Ubuntu
- Install and Play Unreal Tournament on Ubuntu
- Install Google Earth on Ubuntu
- Install and Play Quake 2 on Ubuntu
- Install and Play Red Alert 2 on Ubuntu
- Make Acer Extensa 4620Z Wireless Work on Ubuntu
- Ubuntu Nvidia Refresh Rate Problem
- Connect Ubuntu to Printer
- Install BitTorrent GUI Azureus on Ubuntu
- Ubuntu Upgrade From Gutsy to Hardy Problem Fix
- Best BitTorrent Client On Ubuntu
- Assign Change Ubuntu Keyboard Shortcuts
- Install and Run RealPlayer on Ubuntu
- Install and Use Google Talk to Chat on Ubuntu
- Install Use ICQ on Ubuntu
- Use MySpaceIM to Chat on Ubuntu
- Use New iPod Nano with Ubuntu
Comments
8 Comments so far



































It works great! thanks!
Thanks for the tip on the quick cURL install!
Very straightforward and useful. Thanks.
hi guys, glad to know it works for you all. :)
worked great on Ubuntu 8.04! Also needed to restart Apache
sudo /etc/init.d/apache2 restart
Just want to thank you for you advice! Helps me
Blamo! Spot on. You are made of win.
thank you so much!