DB/MYSQL
No CMAKE_CXX_COMPILER could be found.
yeon.Biju
2020. 1. 10. 14:54
-- 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 설치시 위와 같은 오류가 발생
#yum -y install gcc*