当前位置:网站首页>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
边栏推荐
- Service asynchronous communication
- [user defined type] structure, union, enumeration
- Explain in detail the implementation of call, apply and bind in JS (source code implementation)
- 再聊聊我常用的15个数据源网站
- [C language] dynamic address book
- C9高校,博士生一作发Nature!
- Configuring OSPF basic functions for Huawei devices
- 深入探索编译插桩技术(四、ASM 探秘)
- 第五篇,STM32系统定时器和通用定时器编程
- Batch obtain the latitude coordinates of all administrative regions in China (to the county level)
猜你喜欢

equals()与hashCode()

C9 colleges and universities, doctoral students make a statement of nature!

第七篇,STM32串口通信编程

"Exquisite store manager" youth entrepreneurship incubation camp - the first phase of Shunde market has been successfully completed!
Summary of being a microservice R & D Engineer in the past year

Chenglian premium products has completed the first step to enter the international capital market by taking shares in halber international

5种不同的代码相似性检测,以及代码相似性检测的发展趋势

用tkinter做一个简单图形界面

筑梦数字时代,城链科技战略峰会西安站顺利落幕
![[batch dos-cmd command - summary and summary] - string search, search, and filter commands (find, findstr), and the difference and discrimination between find and findstr](/img/4a/0dcc28f76ce99982f930c21d0d76c3.png)
[batch dos-cmd command - summary and summary] - string search, search, and filter commands (find, findstr), and the difference and discrimination between find and findstr
随机推荐
Configuring OSPF basic functions for Huawei devices
Deeply explore the compilation and pile insertion technology (IV. ASM exploration)
The printf function is realized through the serial port, and the serial port data reception is realized by interrupt
. Bytecode structure of class file
线段树(SegmentTree)
Advanced learning of MySQL -- basics -- transactions
集合(泛型 & List & Set & 自定义排序)
Meet the level 3 requirements of ISO 2.0 with the level B construction standard of computer room | hybrid cloud infrastructure
Fastdfs data migration operation record
pyflink的安装和测试
BFS realizes breadth first traversal of adjacency matrix (with examples)
equals()与hashCode()
Service asynchronous communication
建立自己的网站(17)
Slow database query optimization
C9 colleges and universities, doctoral students make a statement of nature!
【批处理DOS-CMD命令-汇总和小结】-跳转、循环、条件命令(goto、errorlevel、if、for[读取、切分、提取字符串]、)cmd命令错误汇总,cmd错误
【JokerのZYNQ7020】AXI_ EMC。
代码克隆的优缺点
【JVM调优实战100例】04——方法区调优实战(上)