Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the error when installing and compiling mysql

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to solve errors when installing and compiling mysql". The explanation content in this article is simple and clear, easy to learn and understand. Please follow the ideas of Xiaobian slowly and deeply to study and learn "how to solve errors when installing and compiling mysql" together!

The following error occurred while installing mysql today:

checking for tgetent in -ltermcap… no

checking for termcap functions library… configure: error: No curses/termcap library found

Description curses/termcap library is not installed, go to an ncurses-5.6.tar.gz

[root@server src]# wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz

[root@server src]# tar zxvf ncurses-5.6.tar.gz

[root@server src]# cd ncurses-5.6

[root@server ncurses-5.6]# ./ configure –prefix=/usr –with-shared –without-debug

[root@server ncurses-5.6]# make

[root@server ncurses-5.6]# make install clean

Then recompile Mysql for installation. It still didn't work! Depressed. Continue to search, finally found in the system installation disk installation success: [root@server CentOS]# rpm -ivh ncurses-devel-5.5-24.20060715.i386.rpm

Preparing... ########################################### [100%]

1:ncurses-devel ########################################### [100%]

OK! Mysql can now be recompiled for installation.

Thank you for reading, the above is "installation compilation mysql error how to solve" the content, after the study of this article, I believe we have a deeper understanding of installation compilation mysql error how to solve this problem, the specific use of the situation also needs to be verified by practice. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report