Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if there is a dependency package error when installing Percona mysql?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

The purpose of this article is to share with you what to do if there is a dependency package error when installing Percona mysql. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

A dependency package error occurred while installing Percona mysql

[root@localhost upload] # rpm-ivh Percona-Server-server-56-5.6.27-rel76.0.el6.x86_64.rpm

Warning: Percona-Server-server-56-5.6.27-rel76.0.el6.x86_64.rpm: header V4 DSA/SHA1 Signature, key ID cd2efd2a: NOKEY

Error: dependency detection failed:

Perl (Data::Dumper) is required by Percona-Server-server-56-5.6.27-rel76.0.el6.x86_64

Use yum to install perl prompt that it has been installed

[root@localhost upload] # yum install perl

Loaded plug-in: fastestmirror

Loading mirror speeds from cached hostfile

* base: mirrors.163.com

* extras: mirrors.163.com

* updates: mirrors.163.com

The software package 4:perl-5.16.3-286.el7.x86_64 is installed and is the latest version

No need for any treatment.

Looking up information on the Internet, I learned that what needs to be installed is autoconf.

[root@localhost upload] # yum-y install autoconf

....

....

Installed through

[root@localhost upload] # rpm-ivh Percona-Server-server-56-5.6.27-rel76.0.el6.x86_64.rpm

Warning: Percona-Server-server-56-5.6.27-rel76.0.el6.x86_64.rpm: header V4 DSA/SHA1 Signature, key ID cd2efd2a: NOKEY

Preparing. # # [100%]

Upgrading / installing...

1:Percona-Server-server-56-5.6.27-r## [100%]

Thank you for reading! This is the end of the article on "what to do if there is a dependency package error when installing Percona mysql". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report