Hello,
I having trouble installing PHP on REDHAT ES Version 3.
I get the following error message:
[color=“red”][root@EQ1188 mysource]# rpm -ivh --test php-4.3.9-3.i386.rpm
warning: php-4.3.9-3.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
file >= 4.0 is needed by php-4.3.9-3
libaspell.so.15 is needed by php-4.3.9-3
libcurl.so.3 is needed by php-4.3.9-3
libdb-4.2.so is needed by php-4.3.9-3
libidn.so.11 is needed by php-4.3.9-3
libpspell.so.15 is needed by php-4.3.9-3
php-pear is needed by php-4.3.9-3
Where can I find these dependencies in RPM format?
Or
Does anyone have any other advise they could offer me for installing PHP
THANKS
JILL
Patching RHEL with non-Red Hat RPMs will break any support agreement you have with Red Hat, so you should stick with RHEL's own PHP packages. Red Hat backports all the required security fixes, so you just need to ensure that your server is properly registered with the Red Hat Network. Then, you can run up2date -u to update your system to the latest version.
You can also schedule installation of the PHP packages by logging into your Red Hat Network account, and selecting the packages from the Red Hat Enterprise Base Channel.
PHP-4.3.2-19 is the only version supplied by RHN. But we require version 4.3.3 to be installed for MySource Matrix.
What do you recommend?
THANKS
Matrix will run without modification on RHELv3's supplied version of PHP. Red Hat have backported all the requirements we need into their version.
You will have to install the additional PEAR modules, though – but you can do that simply by using the "pear" command. Also, if you take a look in the Installation forum, I have posted a known-good ./configure line for creating a CLI version of PHP (which does not ship with RHEL) from the source.
Edited to add that installing the php-mmcache RPM from the DAG repository (http://dag.wieers.com/home-made/apt) would improve performance as well.