K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
635 stars 226 forks source link

Script calls for curl, but curl is installed #41

Closed marhil711 closed 9 years ago

marhil711 commented 9 years ago

Your script calls for curl, but curl is installed. Ubuntu 14.04 I'm not very deep into programming so I have no clue.

K-S-V commented 9 years ago

you need php5-curl extension installed not the standalone curl program.

sudo apt-get install php5-curl