Enable Curl php

Discussion in 'Installation/Configuration' started by Toucan, Feb 18, 2010.

  1. Toucan

    Toucan Member

    I have joomla installed on a site and am trying to install a component, it hits an error saying enable curl in php.

    Does anyone know how I can do this?

    Also if i do enable it will there be any knock on affects?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which Linux distribution?
     
  3. Toucan

    Toucan Member

    Hi till

    it's debian lenny installed via ispconfig3 perfect server guide
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Run:

    apt-get install php5-curl

    to install curl. Afterwards you have to restart the apache webserver.
     
  5. Toucan

    Toucan Member

    That's worked great. Thanks
     

Share This Page