일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- 톰캣
- 전자정부 표준프레임워크
- exception
- HTML5
- checbox
- 이클립스
- SSL
- 웹 플랫폼 설치 관리자
- 오라클
- 네이버스마트 에디터
- json
- switch
- maven
- DB
- 문자열
- php
- Oracle
- jquery
- JSTL
- @RequestBody
- 한글
- 날짜
- html
- MYSQL
- java
- 호환성
- null
- RADIO
- spring form tag
- 스크립트
- Today
- Total
목록분류 전체보기 (525)
개인적인 정리
Cannot find appropriate system libraries for WITH_SSL=system. Make sure you have specified a supported SSL version. Valid options are : system (use the OS openssl library), yes (synonym for system), CMake Error at cmake/ssl.cmake:65 (MESSAGE): Please install the appropriate openssl developer package. Call Stack (most recent call first): cmake/ssl.cmake:293 (FATAL_SSL_NOT_FOUND_ERROR) CMakeLists...
-- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:311 (PROJECT): No CMAKE_C_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. 리눅스에서 MySQL 설치시 위와 ..
-- Running cmake version 3.11.4 -- Found Git: /usr/bin/git (found version "2.18.1") -- MySQL 8.0.18 CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- C..
-- Running cmake version 3.11.4 -- Could NOT find Git (missing: GIT_EXECUTABLE) -- MySQL 8.0.18 CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage MySQL 설치..
bash: cmake: 명령을 찾을 수 없습니다... MySQL 설치시 위와 같은 오류 발생 #yum -y install cmake
https://dev.mysql.com/doc/refman/8.0/en/installing-source-distribution.html MySQL :: MySQL 8.0 Reference Manual :: 2.9.4 Installing MySQL Using a Standard Source Distribution MySQL 8.0 Reference Manual / ... / Installing and Upgrading MySQL / Installing MySQL from Source / Installing MySQL Using a Standard Source Distribution 2.9.4 Installing MySQL Using a Standard Source Distribution To install..
MySQL 8.0.x.x Initializing the Data Directory https://dev.mysql.com/doc/refman/8.0/en/data-directory-initialization.html MySQL :: MySQL 8.0 Reference Manual :: 2.10.1 Initializing the Data Directory 2.10.1 Initializing the Data Directory After MySQL is installed, the data directory must be initialized, including the tables in the mysql system schema: For some MySQL installation methods, data dir..
리눅스에서 시간이 맞지 않을 때 동기화를 하기 위해서 아래 명령어를 사용한다. #rdate -s time.bora.net 자세한 내용은 아래 블로그에 잘 정리되어 있는 것 같다. https://jhrun.tistory.com/158 리눅스(Linux) 계열 운영체제에서 시간 동기화하기 일반 컴퓨터나 스마트폰에서의 어느정도의 시간 오차는 봐줄만하지만, 서버같은 경우에는 얘기가 달라집니다. 웹사이트라든지 서버를 기반으로 하는 프로그램들이 서버시간을 기준으로 사용하기 때문인데요, 이런.. jhrun.tistory.com