installing php4.3.7 on linux 8

Hi Friends,

I have downloaded the latest php source from php.net to my linux 8.0 to /usr/src/

and then i hv used the commands..

1. gzip -d php-4.3.7.tar.gz and then
2. tar xvf php-4.3.7* and then
3. cd php* abd then
4. ./configure
5. make
6. make install

never given and erors in any of the process. I use apache-2.0.49 on the system and when i use the htm and html pages i can view the files correctly , but when i give my php page i can see all the php spurce code on the browser..

Can some one help me out where i went wrong...



Regards,
Martin

 

 

 

 

Top