标签:etc 编译 man bsp argument pid list could strong
1.make报错现象
Warning: Bison executable not found in PATH
解决办法
yum -y install bison
2.make报错现象
ake Error at /usr/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:17 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:3 (PROJECT)
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: Internal CMake error, TryCompile configure of cmake failed
原因:gcc-c++没有安装
yum -y install gcc-c++
3.启动报错
或
mysql manager or server PID file could not be found!
解决办法:
解决办法:
# vi /etc/my.cnf (指明basedir和datadir路径即可)
basedir=/usr/local/mysql 安装路径 就是--prefix的路径
标签:etc 编译 man bsp argument pid list could strong
原文地址:http://www.cnblogs.com/pangbing/p/6556512.html