hi all,
I am working on Linux operating system.
I need to do installation of php.
I downloaded php binary packages named as 'php-4.4.4.tar.bz2' from 'www.php.net\do wnloads'.
I executed following commands in terminal.
Command1: ./configure
Command2: make
Command2: make install
After that i checked installation by executing the command as follows.
rpm - qa | grep php
But there is no information about php installation is seen.
So please help me.
Is php download correct?
If correct, i need the procedure to install.
Advance thanks.
I am working on Linux operating system.
I need to do installation of php.
I downloaded php binary packages named as 'php-4.4.4.tar.bz2' from 'www.php.net\do wnloads'.
I executed following commands in terminal.
Command1: ./configure
Command2: make
Command2: make install
After that i checked installation by executing the command as follows.
rpm - qa | grep php
But there is no information about php installation is seen.
So please help me.
Is php download correct?
If correct, i need the procedure to install.
Advance thanks.
Comment