thanks for your patience. I downloaded the tar file from php.net and
put it in that directory hence the error. I just did the following: rpm -Uvh php-4.1.2-7.0.6.i386.rpm and received the following errors error: failed dependencies: libcrypto.so.1 is needed by php-4.1.2-7.0.6 libssl.so.1 is needed by php-4.1.2-7.0.6 php = 4.0.1pl2 is needed by php-mysql-4.0.1pl2-9 So how does one fix all the dependencies issues? thanks tom oxfordmusic.net wrote: phpinfo.php = <? phpinfo();?> in the codea good start to check if PHP is working.[root@myhost RPMS]# rpm -Uvh * error: TRANS.TBL does not appear to be a RPM packagecorrect. a *.TBL file is not an RPM package.error: php-4.3.4.tar.gz.tar does not appear to be a RPM packagesee above.error: phpinfo.php does not appear to be a RPM packagesee above. make sure you have the correct RPM files from the respective website and then: rpm -Uvh file1.rpm file2.rpm etc you can't use the rpm command on .TBL,.tar or .php files. cheers andy -- Tom Westheimer I use Spamarrest to stop SPAM so please follow the short instructions in the confirmation email one time only to let the "good guys/gals through" :-) <a href="" class="moz-txt-link-rfc2396E" href="http://spamarrest.com/affl?102505">"http://spamarrest.com/affl?102505"> <img src="" class="moz-txt-link-rfc2396E" href="http://spamarrest.com/img/affiliate/ads/emailbanner1.gif?102505">"http://spamarrest.com/img/affiliate/ads/emailbanner1.gif?102505" height="31" width="435" border="0"></a> |