By hasifharon
I’m hosting mybb forum on my server. One of my plugin need cURL extension. How can this be achieved? Thanks in advanced.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
this worked for me:
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
but remember to restart Apache:
service apache2 reload
curl (the binary itself) is installed on all droplets by default. You can install the php5-curl package to install the php curl extension on Ubuntu/Debian.
Depending on the OS on your server, you can install curl: <br> <br>Ubuntu - sudo apt-get install curl libcurl3 libcurl3-dev php5-curl <br> <br>CentOS - yum search curl <br> <br>Based on the results you get back, you can install the curl package you want. If you want to install curl for php. You should type: yum install php-curl <br> <br>I hope that helps
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.