当前位置:网站首页>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-07 01:04:00 【Let God love you】
# mysql The installation path /bin
cd /app/mysql8.0/bin/
# View dependent library files
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 # The library file is missing
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)
# View local Linux Whether there is libtinfo.so.5
locate libtinfo.so.5
# sudo mv libtinfo.so.5 /usr/lib64/libtinfo.so.5
# Establish a soft connection
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
边栏推荐
- 随时随地查看远程试验数据与记录——IPEhub2与IPEmotion APP
- [Niuke classic question 01] bit operation
- String comparison in batch file - string comparison in batch file
- Meet the level 3 requirements of ISO 2.0 with the level B construction standard of computer room | hybrid cloud infrastructure
- Five different code similarity detection and the development trend of code similarity detection
- 代码克隆的优缺点
- Advanced learning of MySQL -- basics -- transactions
- Summary of being a microservice R & D Engineer in the past year
- Periodic flash screen failure of Dell notebook
- 学习光线跟踪一样的自3D表征Ego3RT
猜你喜欢

Part 7: STM32 serial communication programming

深度学习之数据处理

JS+SVG爱心扩散动画js特效

BFS realizes breadth first traversal of adjacency matrix (with examples)

"Exquisite store manager" youth entrepreneurship incubation camp - the first phase of Shunde market has been successfully completed!

Trace tool for MySQL further implementation plan

用tkinter做一个简单图形界面

省市区三级坐标边界数据csv转JSON

集合(泛型 & List & Set & 自定义排序)

随时随地查看远程试验数据与记录——IPEhub2与IPEmotion APP
随机推荐
A brief history of deep learning (II)
建立自己的网站(17)
Stm32f407 ------- SPI communication
Telerik UI 2022 R2 SP1 Retail-Not Crack
Equals() and hashcode()
界面控件DevExpress WinForms皮肤编辑器的这个补丁,你了解了吗?
Leetcode(547)——省份数量
Periodic flash screen failure of Dell notebook
代码克隆的优缺点
Dell Notebook Periodic Flash Screen Fault
Trace tool for MySQL further implementation plan
.class文件的字节码结构
第五篇,STM32系统定时器和通用定时器编程
Alexnet experiment encounters: loss Nan, train ACC 0.100, test ACC 0.100
pyflink的安装和测试
Return to blowing marshland -- travel notes of zhailidong, founder of duanzhitang
Cause of handler memory leak
线段树(SegmentTree)
[Batch dos - cmd Command - Summary and Summary] - String search, find, Filter Commands (FIND, findstr), differentiation and Analysis of Find and findstr
New feature of Oracle 19C: automatic DML redirection of ADG, enhanced read-write separation -- ADG_ REDIRECT_ DML