error(4)
-
ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value
에러 메세지 : ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value 보안 관련 컬럼에 아무것도 넣지 않았을 경우 나타나는 메세지 아래와 같이 사용 insert into user (host, user, password, ssl_cipher, x509_issuer, x509_subject, authentication_string)values ('[[host]]', '[[id]]', PASSWORD('[[password]]'), '', '', '', ''); [[ ]]
2015.07.13 -
[cmake]could not find curses
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH) CMake Error at cmake/readline.cmake:83 (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.Call Stack (most recent call first): cmake/readline.cmake:127 (FIND_CURSES) cmake/..
2015.07.12 -
cmake 설치 에러
Error when bootstrapping CMake: Cannot find appropriate C++ compiler on this system. Please specify one using environment variable CXX. See cmake_bootstrap.log for compilers attempted. 는 컴파일 관련 에러.. # yum -y install gcc-c++ 로 gcc-c++설치 ㄲ
2015.07.12 -
[error]configure: error: APR not found. Please read the documentation
apache 컴파일 중 configure: error: APR not found. Please read the documentation. error - -> yum install apr apr-devel apr-util
2015.07.10