Hi,
I tried to install the MySQL Governor via the following:
# yum --enablerepo=cloudlinux-updates-testing --disablerepo=cloudlinux-base --disablerepo=cloudlinux-updates install mysql-server mysql
It generated an error:
Loaded plugins: fastestmirror, rhnplugin
Loading mirror speeds from cached hostfile
Excluding Packages in global exclude list
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package MySQL-server.x86_64 0:5.1.48-1.el5.cloudlinux set to be updated
--> Processing Dependency: perl(DBI) for package: MySQL-server
--> Finished Dependency Resolution
MySQL-server-5.1.48-1.el5.cloudlinux.x86_64 from cloudlinux-updates-testing has depsolving problems
--> Missing Dependency: perl(DBI) is needed by package MySQL-server-5.1.48-1.el5.cloudlinux.x86_64 (cloudlinux-updates-testing)
Error: Missing Dependency: perl(DBI) is needed by package MySQL-server-5.1.48-1.el5.cloudlinux.x86_64 (cloudlinux-updates-testing)
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.
How do I resolve this?
And incidentally, the CPanel is set to use MySQL 5.0x. Can the yum install use MySQL 5.0x instead? Would there be any problems (from my CPanel users standpoint) if the yum install installs MySQL 5.1x?
Thanks.
I tried to install the MySQL Governor via the following:
# yum --enablerepo=cloudlinux-updates-testing --disablerepo=cloudlinux-base --disablerepo=cloudlinux-updates install mysql-server mysql
It generated an error:
Loaded plugins: fastestmirror, rhnplugin
Loading mirror speeds from cached hostfile
Excluding Packages in global exclude list
Finished
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package MySQL-server.x86_64 0:5.1.48-1.el5.cloudlinux set to be updated
--> Processing Dependency: perl(DBI) for package: MySQL-server
--> Finished Dependency Resolution
MySQL-server-5.1.48-1.el5.cloudlinux.x86_64 from cloudlinux-updates-testing has depsolving problems
--> Missing Dependency: perl(DBI) is needed by package MySQL-server-5.1.48-1.el5.cloudlinux.x86_64 (cloudlinux-updates-testing)
Error: Missing Dependency: perl(DBI) is needed by package MySQL-server-5.1.48-1.el5.cloudlinux.x86_64 (cloudlinux-updates-testing)
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.
How do I resolve this?
And incidentally, the CPanel is set to use MySQL 5.0x. Can the yum install use MySQL 5.0x instead? Would there be any problems (from my CPanel users standpoint) if the yum install installs MySQL 5.1x?
Thanks.
Comment