-8

In opencart curl extension not exist but i turned it on from php.ini but I am unable to install opencart because curl extension not found.

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

2

From your description it seems that you are missing the php5-curl library.

You can add it with the following command:

sudo apt-get install php5-curl

Alexandru Olaru
  • 6,842
  • 6
  • 27
  • 53