How to enable curl, installed Ubuntu LAMP stack?

5,743

install the package

apt-get install php5-curl

at this point php should already be configured to load that library [ /etc/php5/apache2/conf.d/curl.ini ]; restart apache

/etc/init.d/apache2 restart
Share:
5,743

Related videos on Youtube

user44520
Author by

user44520

Updated on September 17, 2022

Comments

  • user44520
    user44520 over 1 year

    I have installed ubuntu Lamp stack.But the curl is not enabled neither i can find extension listed in the INI file, i added manually but it didn't worked too.

    How should enable Curl then ?