I have installed a recent copy of XAMPP on Ubuntu 14.04. However, when I issue this command:
curl -sS https://getcomposer.org/installer | php
I get the following error messages:
The program 'curl' is currently not installed. You can install it by typing:
sudo apt-get install curl
The program 'php' is currently not installed. You can install it by typing:
sudo apt-get install php5-cli
So what gives, how do I make my implimentation of curl and PHP "visible".
Thanks !
thanks !
– Vince Sep 29 '14 at 23:58phpfrom Xampp isn't visible. – muru Sep 29 '14 at 23:59I am concerned that if I install it again, then the php.ini file available through xampp will not be the active one, but rather some other one buried deep inside Ubuntu.
– Vince Sep 30 '14 at 01:50apt-cache policy php5this will show you weather of not php5 is installed, also post this screenshot in the edit of your question. – Sep 30 '14 at 01:53