Failing to update to MariaDB (perl(DBI))
Hi
I tried upgrading to MariaDB 10.1 but got an error about perl(DBI) not being installed
Full log: paste2.org/05gKgFIO perl(DBI) however is installed and I also updated it, but still got the error should I change Install.pm and try with "--skip-broken" as suggested? I tried other suggestions and none worked. Running centos-release-5-11.el5.centos
(XID vdj9ms) The system failed to execute yum with the arguments "-y -c /var/tmp/5281.WHOSTMGR_BIN_WHOSTMGR_PL__.atlq4qsUYRwuwewQ.tmp -x MariaDB-compat install MariaDB-server MariaDB-client MariaDB-devel MariaDB-shared MariaDB-common" because of an error: The "/usr/bin/yum" command (process 5339) reported error number 1 when it ended. : Error: Missing Dependency: perl(DBI) is needed by package MariaDB-server-10.0.25-1.i386 (MariaDB100)Full log: paste2.org/05gKgFIO perl(DBI) however is installed and I also updated it, but still got the error should I change Install.pm and try with "--skip-broken" as suggested? I tried other suggestions and none worked. Running centos-release-5-11.el5.centos
-
Hello :), Have you added perl* in exclude line of /etc/yum.conf file ? Please check it and removed that to install this perl package on your server 0 -
yeah it's right there exclude=bind-chroot courier* dovecot* exim* filesystem httpd* mod_ssl* mydns* mysql* nsd* perl* php* proftpd* pure-ftpd* spamassassin* squirrelmail*
It was there before perl(dbi) update - mariadb install didnt work Tried removing it ("perl*") from yum.conf - didnt work Updated perl(dbi), update added it back to yum.conf - didnt work various commands I tried to check if perl(dbi) is indeed installed root@server [~]# perl -e 'use DBI' root@server [~]# perldoc -l DBI /usr/local/lib/perl5/site_perl/5.8.8/i686-linux/DBI.pm root@server [~]# perl -MDBI -e 1 root@server [~]# perl -MXML::Simple -e 10 -
Hello, Please use the following command to remove the "perl*" entry from /etc/yum.conf before attempting to upgrade to MariaDB: /scripts/checkyum --no-perl
Running centos-release-5-11.el5.centos
Please also see the following blog post regarding CentOS 5: March 31st, 2017: The Day the Sun Sets on CentOS 5 | cPanel Blog Thank you.0
Please sign in to leave a comment.
Comments
3 comments