mysql-3.22.24소스버젼을 설치하고 환경을 설정하기위해
root@localhost mysql-3.22.24]# ./configure --prefix=/usr/local/mysql
--localstatedir=/usr/local/mysql/data --with-charset=euc_kr 을 입력하고
엔터하였더니
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
.
.
configure:error:installation or configuration problem : C++ compiler
cannot creat executables.
라는 에러가 뜹니다. 해결방법이없습니까?
아파치 1.3.9 입니다.