JnB

Registered
Jul 10, 2012
4
0
1
cPanel Access Level
Root Administrator
Hi,

Using cpanel for a month now and since the release of centos 6.3 (I am on 6.2) i get the following errors:


Code:
[20120719.041038]      [53981] ERROR with rpm_check_debug vs depsolve:
[20120719.041038]      [53981] qpid-cpp-client-ssl > 0.7 is needed by matahari-agent-lib-0.6.0-14.el6.x86_64
[20120719.041038]      [53981] qpid-cpp-server > 0.7 is needed by matahari-broker-0.6.0-14.el6.x86_64
[20120719.041038]      [53981] qpid-cpp-server-ssl > 0.7 is needed by matahari-broker-0.6.0-14.el6.x86_64
[20120719.041038]      [53981] ** Found 25 pre-existing rpmdb problem(s), 'yum check' output follows:
[20120719.041038]      [53981] bandmin-1.6.1-5.noarch has missing requires of perl(bandmin.conf)
[20120719.041038]      [53981] bandmin-1.6.1-5.noarch has missing requires of perl(bmversion.pl)
[20120719.041038]      [53981] bandmin-1.6.1-5.noarch has missing requires of perl(services.conf)
[20120719.041038]      [53981] exim-4.77-1.x86_64 has missing requires of perl(SafeFile)
[20120719.041038]      [53981] frontpage-2002-SR1.2.i386 has missing requires of libexpat.so.0
[20120719.041038]      [53981] matahari-0.4.4-12.el6_2.x86_64 has missing requires of qmf > ('0', '0.7', None)
[20120719.041038]      [53981] matahari-agent-lib-0.4.4-12.el6_2.x86_64 has missing requires of libqmf2.so.1()(64bit)
[20120719.041038]      [53981] matahari-agent-lib-0.4.4-12.el6_2.x86_64 has missing requires of libqpidmessaging.so.3()(64bit)
[20120719.041038]      [53981] matahari-agent-lib-0.4.4-12.el6_2.x86_64 has missing requires of libqpidtypes.so.1()(64bit)
[20120719.041038]      [53981] matahari-agent-lib-0.4.4-12.el6_2.x86_64 has missing requires of qpid-cpp-client-ssl > ('0', '0.7', None)
[20120719.041038]      [53981] matahari-broker-0.4.4-12.el6_2.x86_64 has missing requires of qmf > ('0', '0.7', None)
[20120719.041038]      [53981] matahari-broker-0.4.4-12.el6_2.x86_64 has missing requires of qpid-cpp-server > ('0', '0.7', None)
[20120719.041038]      [53981] matahari-broker-0.4.4-12.el6_2.x86_64 has missing requires of qpid-cpp-server-ssl > ('0', '0.7', None)
[20120719.041038]      [53981] matahari-host-0.4.4-12.el6_2.x86_64 has missing requires of libqmf2.so.1()(64bit)
[20120719.041038]      [53981] matahari-host-0.4.4-12.el6_2.x86_64 has missing requires of libqpidmessaging.so.3()(64bit)
[20120719.041038]      [53981] matahari-host-0.4.4-12.el6_2.x86_64 has missing requires of libqpidtypes.so.1()(64bit)
[20120719.041038]      [53981] matahari-network-0.4.4-12.el6_2.x86_64 has missing requires of libqmf2.so.1()(64bit)
[20120719.041038]      [53981] matahari-network-0.4.4-12.el6_2.x86_64 has missing requires of libqpidmessaging.so.3()(64bit)
[20120719.041038]      [53981] matahari-network-0.4.4-12.el6_2.x86_64 has missing requires of libqpidtypes.so.1()(64bit)
[20120719.041038]      [53981] matahari-service-0.4.4-12.el6_2.x86_64 has missing requires of libqmf2.so.1()(64bit)
[20120719.041038]      [53981] matahari-service-0.4.4-12.el6_2.x86_64 has missing requires of libqpidmessaging.so.3()(64bit)
[20120719.041038]      [53981] matahari-service-0.4.4-12.el6_2.x86_64 has missing requires of libqpidtypes.so.1()(64bit)
[20120719.041038]      [53981] matahari-sysconfig-0.4.4-12.el6_2.x86_64 has missing requires of libqmf2.so.1()(64bit)
[20120719.041038]      [53981] matahari-sysconfig-0.4.4-12.el6_2.x86_64 has missing requires of libqpidmessaging.so.3()(64bit)
[20120719.041038]      [53981] matahari-sysconfig-0.4.4-12.el6_2.x86_64 has missing requires of libqpidtypes.so.1()(64bit)
[20120719.041038]      [53981] Your transaction was saved, rerun it with: yum load-transaction /tmp/yum_save_tx-2012-07-19-04-10FSO1NT.yumtx
Something I can fix or will this problem resolve itself in time ?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

By default, "perl*" is added to the "exclude=" line in the following file:

/etc/yum.conf

You can edit this file to remove the "perl*" entry, and then attempt to update packages via YUM again. If it completes successfully, remember to re-add the "perl*" entry back into the /etc/yum.conf file. This should resolve the missing Perl dependencies. You can try installing the other missing dependencies manually using "YUM".

Thank you.