For new Linux server installs, don’t forget to install the CURL library before installing Symfony or WordPress

Don’t forget to install CURL after installing PHP. The Symfony PHP framework needs it, WordPress needs it. Most websites running PHP need CURL.

I find something will need it and if your website is going to talk to other websites, you’re probably going to need CURL. Just make it a habit before rebooting after you first install your Apache or other server to run this extra line to grab CURL:

$ apt-get install php5-curl

 

Aaron Belchamber has written 247 articles

Leave a Reply

Your email address will not be published. Required fields are marked *