Skip to main content

Failing to update to MariaDB (perl(DBI))

Comments

3 comments

  • 24x7server
    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
  • yoloswag
    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 1
    0
  • cPanelMichael
    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.