Страница 1 из 1

PHP not working

Добавлено: 29 июн 2016, 20:44
prabhuchelladurai
I am trying to install magestead in ROSA R7.

I have installed LAMP using 'Install & Remove Software'

when I issued the command 'php -ini | grep intl' it says 'bash: php: command not found'

when i try to install php using 'urpmi php' it says
'Unknown option: upgrade
Package php-cgi-5.6.22-2-rosa2014.1.x86_64 is already installed'

what is the problem? how can i solve it?

Thanks.

Re: PHP not working

Добавлено: 29 июн 2016, 21:08
Pulfer
Install php-cli package, it should help.

Re: PHP not working

Добавлено: 29 июн 2016, 21:16
prabhuchelladurai
Oh thank you very much bro.. thanks a lot... it works!!!