In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
Editor to share with you how to solve the problem of missing libssl.so.1.1 encountered in the operation of mydumper, I believe most people do not know much about it, so share this article for your reference. I hope you will gain a lot after reading this article. Let's learn about it together.
Mydumper execution error:
# / usr/local/bin/mydumper-version
/ usr/local/bin/mydumper: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Solution:
Write the search path to the openssl library file in the / etc/ld.so.conf file:
[root@test yum.repos.d] # ll / etc/ld.so.conf
-rw-r--r--. 1 root root 28 Jul 25 2013 / etc/ld.so.conf
[root@test yum.repos.d] # cat / etc/ld.so.conf
Include ld.so.conf.d/*.conf
[root@test yum.repos.d] # echo "/ usr/local/lib64" > > / etc/ld.so.conf
[root@test yum.repos.d] # cat / etc/ld.so.conf
Include ld.so.conf.d/*.conf
/ usr/local/lib64
Make the modified / etc/ld.so.conf effective:
[root@test mydumper-0.9.1] # ldconfig
[root@test yum.repos.d] # ldconfig-v
/ usr/lib64/mysql:
Libmysqlclient_r.so.16-> libmysqlclient_r.so.16.0.0
Libmysqlclient.so.16-> libmysqlclient.so.16.0.0
/ usr/local/lib64:
/ lib:
/ lib64:
Liblvm2cmd.so.2.02-> liblvm2cmd.so.2.02
Libsemanage.so.1-> libsemanage.so.1
Libcap.so.2-> libcap.so.2.16
Libselinux.so.1-> libselinux.so.1
Libbz2.so.1-> libbz2.so.1.0.4
Libncurses.so.5-> libncurses.so.5.7
.
.
.
Running normally again:
[root@test mydumper-0.9.1] # / usr/local/bin/mydumper-- version
Mydumper 0.9.1, built against MySQL 8.0.11
The above is all the contents of this article entitled "how to solve the problem of missing libssl.so.1.1 encountered in mydumper running error report". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.