Control Web Panel

WebPanel => CentOS-WebPanel Bugs => Topic started by: ejsolutions on March 29, 2020, 10:39:19 AM

Title: [BUG] Installation: perl(DBD::mysql)
Post by: ejsolutions on March 29, 2020, 10:39:19 AM
A long-standing omission this one:
Code: [Select]
error: Failed dependencies:
        perl(DBD::mysql) >= 1.0 is needed by percona-toolkit-2.2.16-1.noarch
Easy to resolve post installation but should be addressed.
Code: [Select]
yum install perl-DBD-MySQL
Title: Re: [BUG] Installation: perl(DBD::mysql)
Post by: Hardoman on January 19, 2021, 12:06:49 PM
When checking cron logs mysql backup still shows this error.
Code: [Select]
error: Failed dependencies:
    perl(DBD::mysql) >= 1.0 is needed by percona-toolkit-2.2.16-1.noarch

So nothing was addressed so far.

Рey, developers, please look at it.
Title: Re: [BUG] Installation: perl(DBD::mysql)
Post by: studio4host on January 19, 2021, 05:31:44 PM
yum -y install perl-DBD-MySQL --enablerepo=epel
Title: Re: [BUG] Installation: perl(DBD::mysql)
Post by: cinique on January 22, 2021, 11:36:07 AM
yum -y install perl-DBD-MySQL --enablerepo=epel
Misses the whole point! It should be done during the installation process.