I’m trying to install PHP 5 from the Interworx SRPM, but I’m having a problem…
[root@yoda ~]# rpmbuild --rebuild --with cos3x php-5.0.4-100.iworx.src.rpm
Installing php-5.0.4-100.iworx.src.rpm
error: Failed build dependencies:
imap-devel is needed by php-5.0.4-100.cos3x.iworx.i386
rh-postgresql-devel is needed by php-5.0.4-100.cos3x.iworx.i386
So of course I know I need to install the above dependancies. However, I get this:
[root@yoda ~]# yum install imap-devel rh-postgresql-devel
Setting up Install Process
Setting up repositories
interworx-cp-rhe4x 100% |=========================| 951 B 00:00
update 100% |=========================| 951 B 00:00
interworx-cp-noarch 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: imap-devel
No Match for argument: rh-postgresql-devel
Nothing to do
How do I fix this?
Thanks