当前位置:网站首页>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
边栏推荐
- 第六篇,STM32脉冲宽度调制(PWM)编程
- windows安装mysql8(5分钟)
- Advanced learning of MySQL -- basics -- multi table query -- subquery
- 浅谈测试开发怎么入门,如何提升?
- Memory optimization of Amazon memorydb for redis and Amazon elasticache for redis
- [Niuke classic question 01] bit operation
- 新手如何入门学习PostgreSQL?
- Levels - UE5中的暴雨效果
- 【JVM调优实战100例】05——方法区调优实战(下)
- Attention slam: a visual monocular slam that learns from human attention
猜你喜欢

stm32F407-------SPI通信

Five different code similarity detection and the development trend of code similarity detection

Data sharing of the 835 postgraduate entrance examination of software engineering in Hainan University in 23
做微服务研发工程师的一年来的总结

深度学习之环境配置 jupyter notebook
![[牛客] B-完全平方数](/img/bd/0812b4fb1c4f6217ad5a0f3f3b8d5e.png)
[牛客] B-完全平方数
![[user defined type] structure, union, enumeration](/img/a5/d6bcfb128ff6c64f9d18ac4c209210.jpg)
[user defined type] structure, union, enumeration

迈动互联中标北京人寿保险,助推客户提升品牌价值

Dr selection of OSPF configuration for Huawei devices

Make a simple graphical interface with Tkinter
随机推荐
Attention SLAM:一种从人类注意中学习的视觉单目SLAM
学习使用代码生成美观的接口文档!!!
Stm32f407 ------- DAC digital to analog conversion
Build your own website (17)
Learn to use code to generate beautiful interface documents!!!
Building a dream in the digital era, the Xi'an station of the city chain science and Technology Strategy Summit ended smoothly
Alexnet experiment encounters: loss Nan, train ACC 0.100, test ACC 0.100
[Batch dos - cmd Command - Summary and Summary] - String search, find, Filter Commands (FIND, findstr), differentiation and Analysis of Find and findstr
Stm32f407 ------- SPI communication
深度学习之环境配置 jupyter notebook
第七篇,STM32串口通信编程
Article management system based on SSM framework
Mujoco finite state machine and trajectory tracking
【YoloV5 6.0|6.1 部署 TensorRT到torchserve】环境搭建|模型转换|engine模型部署(详细的packet文件编写方法)
腾讯云 WebShell 体验
通过串口实现printf函数,中断实现串口数据接收
深入探索编译插桩技术(四、ASM 探秘)
pyflink的安装和测试
Advanced learning of MySQL -- basics -- basic operation of transactions
【软件逆向-自动化】逆向工具大全