Web Hosting Talk







View Full Version : Newbie questions.


InternetSon
08-08-2002, 02:05 AM
I'm totally newbie to Linux, I just installed Linux Redhat 7.2 on my computer (server type) now I want to upgade PHP 4.2.1 to 4.2.2 but I cant find where PHP 4.2.1 is stored. Do you know where it is and by the way what is best way to upgrade PHP from 4.2.1 to 4.2.2

matt2kjones
08-08-2002, 09:22 AM
this may not be much help to u now, but when i install redhat, i set it up as a server, but dont install the webserver, ftp server and things like that

then once redhat is installed, i just go find them myself, that way, u dont have to go searching for where redhat has put them

battman21
08-09-2002, 05:48 AM
This would be a good place to start - even if you are not running PSA.

Plesk Forum (http://forum.plesk.com/showthread.php?s=&threadid=4234)

Cheers

jahsh
08-09-2002, 11:20 AM
get familiar with these commands:
locate
whereis
man (help pages on anything)
ex. man locate (will give you all options/syntax with command locate)
just find the php rpm for the distribution and upgrade like this
rpm -Uvh php4.2.2.rpm