Problem installing php-mcrypt
Posted: Mon Aug 08, 2011 8:14 am
I have a VPS running with:
Centos-5-x86
PHP 5.3.3
I've tried to install php-mcrypt using:
wget -q -O - http://www.atomicrocketturtle.com/installers/atomic |sh
yum install php-mcrypt
I get the following errors:
Can anyone help me on this?
Centos-5-x86
PHP 5.3.3
I've tried to install php-mcrypt using:
wget -q -O - http://www.atomicrocketturtle.com/installers/atomic |sh
yum install php-mcrypt
I get the following errors:
Code: Select all
...
--> Finished Dependency Resolution
psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 from installed has depsolving problems
--> Missing Dependency: php53-xml is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 from installed has depsolving problems
--> Missing Dependency: php53-mysql is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 from installed has depsolving problems
--> Missing Dependency: php53-mbstring is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 from installed has depsolving problems
--> Missing Dependency: php53 is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 from installed has depsolving problems
--> Missing Dependency: php53-imap is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
php53-sqlite2-5.3.2-11041315.i386 from installed has depsolving problems
--> Missing Dependency: php53 >= 5.3.0 is needed by package php53-sqlite2-5.3.2-11041315.i386 (installed)
psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 from installed has depsolving problems
--> Missing Dependency: php53-cli is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 from installed has depsolving problems
--> Missing Dependency: php53-pdo is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 from installed has depsolving problems
--> Missing Dependency: php53-gd is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
Error: Missing Dependency: php53-gd is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
Error: Missing Dependency: php53 is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
Error: Missing Dependency: php53-mbstring is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
Error: Missing Dependency: php53-imap is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
Error: Missing Dependency: php53 >= 5.3.0 is needed by package php53-sqlite2-5.3.2-11041315.i386 (installed)
Error: Missing Dependency: php53-mysql is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
Error: Missing Dependency: php53-pdo is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
Error: Missing Dependency: php53-xml is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
Error: Missing Dependency: php53-cli is needed by package psa-php53-configurator-1.6.1-cos5.build1012110621.17.i386 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.