介紹一下關(guān)于mysql-5.5.28源碼安裝過程中幾大錯誤總結(jié),希望此文章對各位同學(xué)有所幫助。
系統(tǒng)centOS 6.3 mini (沒有任何編譯環(huán)境)
預(yù)編譯環(huán)境首先裝了眾所周知的 cmake(yum install cmake -y)
復(fù)制代碼 代碼如下:
、./bootstrap Error when bootstrapping CMake: Cannot find appropriate C compiler on this system. Please specify one using environment variable CC. See cmake_bootstrap.log for compilers attempted.
復(fù)制代碼 代碼如下:
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.
復(fù)制代碼 代碼如下:
CMake Error at cmake/readline.cmake:82 (MESSAGE):
Curses library not found. Please install appropriate package,
remove CMakeCache.txt and rerun cmake.On Debian/Ubuntu, package name is libncurses5-dev, on Redhat and derivates it is ncurses-devel.
新聞熱點
疑難解答
圖片精選