Im' trying to rpm -ivh an RPM package. The install fails, saying that php53 dependencies are failing.
However, I installed these packages in that very same version, so I don't understand why rpm doesn't find them :
[xxxx@localhost 02.00.00]$ sudo rpm -ivh product-02.00.00.x86_64.rpm
[sudo] password for xxxx:
error: Failed dependencies:
php53 >= 5.3.3 is needed by product-02.00.00-932.x86_64
php53-cli >= 5.3.3 is needed by product-02.00.00-932.x86_64
php53-common >= 5.3.3 is needed by product-02.00.00-932.x86_64
php53-xml >= 5.3.3 is needed by product-02.00.00-932.x86_64
[xxxx@localhost 02.00.00]$ rpm -qa | grep "php"
php-xml-5.3.3-3.el6_2.8.x86_64
php-5.3.3-3.el6_2.8.x86_64
php-common-5.3.3-3.el6_2.8.x86_64
php-cli-5.3.3-3.el6_2.8.x86_64
This is about a RedHat 6.3. The RPM to be installed was generated on RedHat 6.3 as well.