mysql 소스 설치시 에러 ---도와주세요...

소스를 받아서 ./configure하는데 다음과같이 에러가 나면서 멈춥니다. 문제가 무엇인
지 해결방법이 어떤지 알려주시면 감사하겠습니다.
[root@localhost mysql-3.23.51]# ./configure --prefix=/usr/local/mysql
--with-charset=euc_kr
checking build system type... i586-pc-linux-gnuoldld
checking host system type... i586-pc-linux-gnuoldld
checking target system type... i586-pc-linux-gnuoldld
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for mawk... no
checking for gawk... gawk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure error no acceptable cc found in $PATH
자문자답이 되었네요..GCC가 설치되지않아서 생긴 문제...
gcc와 필요한것들이 설치되지 않아서 생긴문제 같군요...여기저기 게시판
뒤지다가 저와 비슷한경우를 겪은분의 글을 잃어보고 혹시나 해서 저도 확
인해 보았더니 역시 설치되질 않았더군요
이걸로 몇일을 헤멨는데... 역시 허접이라 어쩔수 없네요.
gcc 다시깔려고해도 보통문제가 아닌것 같고... 그렇다고 리눅스박스를 다
시 셋팅한다는것도 일이 너무 커지는데... gcc 쉽게 설치하는방법 아시는
분 없나요?
Re: mysql 소스 설치시 에러 ---도와주세요...
근데 GCC 설치하기 너무 어려워...
댓글 달기