[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: PHP on RH 7.0



> phpinfo.php = <? phpinfo();?> in the code

a good start to check if PHP is working.

>
> [root myhost  RPMS]# rpm -Uvh *
> error: TRANS.TBL does not appear to be a RPM package

correct. a *.TBL file is not an RPM package.

> error: php-4.3.4.tar.gz.tar does not appear to be a RPM package

see above.

> error: phpinfo.php does not appear to be a RPM package

see 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





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]