当前位置:网站首页>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
边栏推荐
- 《安富莱嵌入式周报》第272期:2022.06.27--2022.07.03
- [force buckle]41 Missing first positive number
- New feature of Oracle 19C: automatic DML redirection of ADG, enhanced read-write separation -- ADG_ REDIRECT_ DML
- 深度学习之数据处理
- [100 cases of JVM tuning practice] 04 - Method area tuning practice (Part 1)
- Chenglian premium products has completed the first step to enter the international capital market by taking shares in halber international
- Provincial and urban level three coordinate boundary data CSV to JSON
- Dell筆記本周期性閃屏故障
- . Bytecode structure of class file
- 什么是时间
猜你喜欢
Equals() and hashcode()
New feature of Oracle 19C: automatic DML redirection of ADG, enhanced read-write separation -- ADG_ REDIRECT_ DML
Maidong Internet won the bid of Beijing life insurance to boost customers' brand value
Data sharing of the 835 postgraduate entrance examination of software engineering in Hainan University in 23
界面控件DevExpress WinForms皮肤编辑器的这个补丁,你了解了吗?
Deep learning environment configuration jupyter notebook
[software reverse - solve flag] memory acquisition, inverse transformation operation, linear transformation, constraint solving
Part 7: STM32 serial communication programming
《安富莱嵌入式周报》第272期:2022.06.27--2022.07.03
学习光线跟踪一样的自3D表征Ego3RT
随机推荐
pyflink的安装和测试
Return to blowing marshland -- travel notes of zhailidong, founder of duanzhitang
JS+SVG爱心扩散动画js特效
【批處理DOS-CMD命令-匯總和小結】-字符串搜索、查找、篩選命令(find、findstr),Find和findstr的區別和辨析
城联优品入股浩柏国际进军国际资本市场,已完成第一步
Part VI, STM32 pulse width modulation (PWM) programming
Building a dream in the digital era, the Xi'an station of the city chain science and Technology Strategy Summit ended smoothly
「精致店主理人」青年创业孵化营·首期顺德场圆满结束!
Interface (interface related meaning, different abstract classes, interface callback)
Dr selection of OSPF configuration for Huawei devices
详解OpenCV的矩阵规范化函数normalize()【范围化矩阵的范数或值范围(归一化处理)】,并附NORM_MINMAX情况下的示例代码
C Primer Plus Chapter 14 (structure and other data forms)
重上吹麻滩——段芝堂创始人翟立冬游记
Pytorch中torch和torchvision的安装
Explain in detail the matrix normalization function normalize() of OpenCV [norm or value range of the scoped matrix (normalization)], and attach norm_ Example code in the case of minmax
windows安装mysql8(5分钟)
建立自己的网站(17)
通过串口实现printf函数,中断实现串口数据接收
代码克隆的优缺点
Trace tool for MySQL further implementation plan