In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.