当前位置:网站首页>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
边栏推荐
- Part 7: STM32 serial communication programming
- Return to blowing marshland -- travel notes of zhailidong, founder of duanzhitang
- Lombok makes ⽤ @data and @builder's pit at the same time. Are you hit?
- What is time
- String comparison in batch file - string comparison in batch file
- Part VI, STM32 pulse width modulation (PWM) programming
- Mujoco produces analog video
- How to judge whether an element in an array contains all attribute values of an object
- windows安装mysql8(5分钟)
- Dr selection of OSPF configuration for Huawei devices
猜你喜欢
JS+SVG爱心扩散动画js特效
Part 7: STM32 serial communication programming
[yolov5 6.0 | 6.1 deploy tensorrt to torch serve] environment construction | model transformation | engine model deployment (detailed packet file writing method)
[Batch dos - cmd Command - Summary and Summary] - String search, find, Filter Commands (FIND, findstr), differentiation and Analysis of Find and findstr
Learn self 3D representation like ray tracing ego3rt
【批处理DOS-CMD命令-汇总和小结】-跳转、循环、条件命令(goto、errorlevel、if、for[读取、切分、提取字符串]、)cmd命令错误汇总,cmd错误
Configuring OSPF basic functions for Huawei devices
Return to blowing marshland -- travel notes of zhailidong, founder of duanzhitang
【软件逆向-自动化】逆向工具大全
Dell Notebook Periodic Flash Screen Fault
随机推荐
Dell Notebook Periodic Flash Screen Fault
windows安装mysql8(5分钟)
代码克隆的优缺点
再聊聊我常用的15个数据源网站
通过串口实现printf函数,中断实现串口数据接收
Activereportsjs 3.1 Chinese version | | | activereportsjs 3.1 English version
「精致店主理人」青年创业孵化营·首期顺德场圆满结束!
【批处理DOS-CMD命令-汇总和小结】-字符串搜索、查找、筛选命令(find、findstr),Find和findstr的区别和辨析
[C language] dynamic address book
String comparison in batch file - string comparison in batch file
[Batch dos - cmd Command - Summary and Summary] - String search, find, Filter Commands (FIND, findstr), differentiation and Analysis of Find and findstr
Deep learning environment configuration jupyter notebook
筑梦数字时代,城链科技战略峰会西安站顺利落幕
[牛客] [NOIP2015]跳石头
Leetcode (547) - number of provinces
Advanced learning of MySQL -- basics -- multi table query -- self join
《安富莱嵌入式周报》第272期:2022.06.27--2022.07.03
ZABBIX 5.0: automatically monitor Alibaba cloud RDS through LLD
Deeply explore the compilation and pile insertion technology (IV. ASM exploration)
深度学习之数据处理