| UNIX/Linux Forum Archives · Rules and Guidelines · Disclaimer |
Help
Search
Members
Calendar
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| raghu_n |
Posted: Jun 7 2005, 06:41 AM
|
|
Newbie ![]() Group: Members Posts: 2 Member No.: 1046 Joined: 7-June 05 |
I am trying to install PHP5 on my machine, redhat 9.0
my m/c has apache 2.0.40, php 4.2.2. when i try to install the rpm package downloaded from rpmfind.net, i am getting below errors warning: php-5.0.4-10.x86_64.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2 error: Failed dependencies: file >= 4.0 is needed by php-5.0.4-10 httpd-mmn = 20020903 is needed by php-5.0.4-10 libaspell.so.15()(64bit) is needed by php-5.0.4-10 libbz2.so.1()(64bit) is needed by php-5.0.4-10 libc.so.6()(64bit) is needed by php-5.0.4-10 what should i do now .. |
| fishsponge |
Posted: Jun 8 2005, 09:11 AM
|
|
Administrator ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 679 Member No.: 1 Joined: 13-February 03 |
this indicates that php-5.0.4-10 has dependencies, in other words, the packages listed must be installed in order to install php-5.0.4-10.
You therefore need to obtain these packages and install them as well. The ".so" files are often found as part of a different package, but a search on google should let you know which packages they are part of. |
![]() |
![]() ![]() ![]() |