当前位置:网站首页>mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such
mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such
2022-07-06 17:16:00 【讓丄帝愛伱】
# mysql安装路径/bin
cd /app/mysql8.0/bin/
# 查看依赖库文件
ldd mysql
linux-vdso.so.1 (0x00007ffd0fbd8000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f153bf86000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f153bf80000)
libcrypto.so.1.1 => /app/mysql-8.0.28/bin/./../lib/private/libcrypto.so.1.1 (0x00007f153bb23000)
libssl.so.1.1 => /app/mysql-8.0.28/bin/./../lib/private/libssl.so.1.1 (0x00007f153b893000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f153b877000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f153b86d000)
libtinfo.so.5 => not found # 缺少该库文件
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f153b689000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f153b53a000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f153b51f000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f153b32d000)
/lib64/ld-linux-x86-64.so.2 (0x00007f153bfc3000)
# 查看本地Linux是否存在 libtinfo.so.5
locate libtinfo.so.5
# sudo mv libtinfo.so.5 /usr/lib64/libtinfo.so.5
# 建立软连接
sudo ln /usr/lib/x86_64-linux-gnu/libtinfo.so.6.2 /usr/lib/libtinfo.so.5
cd /usr/lib/
sudo chmod 777 libtinfo.so.5
边栏推荐
- . Bytecode structure of class file
- Advantages and disadvantages of code cloning
- Address information parsing in one line of code
- Advanced learning of MySQL -- Fundamentals -- four characteristics of transactions
- 以机房B级建设标准满足等保2.0三级要求 | 混合云基础设施
- Configuring OSPF basic functions for Huawei devices
- Dell筆記本周期性閃屏故障
- OSPF configuration command of Huawei equipment
- [Niuke classic question 01] bit operation
- 筑梦数字时代,城链科技战略峰会西安站顺利落幕
猜你喜欢
windows安装mysql8(5分钟)
equals()与hashCode()
[force buckle]41 Missing first positive number
Build your own website (17)
New feature of Oracle 19C: automatic DML redirection of ADG, enhanced read-write separation -- ADG_ REDIRECT_ DML
Summary of being a microservice R & D Engineer in the past year
Distributed cache
stm32F407-------DAC数模转换
Stm32f407 ------- DAC digital to analog conversion
【批處理DOS-CMD命令-匯總和小結】-字符串搜索、查找、篩選命令(find、findstr),Find和findstr的區別和辨析
随机推荐
Advantages and disadvantages of code cloning
View remote test data and records anytime, anywhere -- ipehub2 and ipemotion app
5种不同的代码相似性检测,以及代码相似性检测的发展趋势
[C language] dynamic address book
Data processing of deep learning
Advanced learning of MySQL -- basics -- basic operation of transactions
OSPF configuration command of Huawei equipment
.class文件的字节码结构
第四篇,STM32中断控制编程
Set (generic & list & Set & custom sort)
Link sharing of STM32 development materials
[user defined type] structure, union, enumeration
Periodic flash screen failure of Dell notebook
Mongodb client operation (mongorepository)
from .cv2 import * ImportError: libGL.so.1: cannot open shared object file: No such file or direc
Activereportsjs 3.1 Chinese version | | | activereportsjs 3.1 English version
【软件逆向-求解flag】内存获取、逆变换操作、线性变换、约束求解
Mujoco finite state machine and trajectory tracking
Deep understanding of distributed cache design
The printf function is realized through the serial port, and the serial port data reception is realized by interrupt