mysql 설치시에 다음과 같은 메시지가 나왔습니다.
mysql-3.22.24]#./configure --prefix=/usr/local/mysql [Enter]
>> --localstatedir=/usr/local/mysql/data --with-charset=euc_kr [Enter]
>[ root@linuxkill mysql-3.22.32]# ./configure --prefix=/usr/local/mysql/
>creating cache ./config.cache
>checking host system type... i686-pc-linux-gnu
>checking target system type... i686-pc-linux-gnu
>checking build system type... i686-pc-linux-gnu
>checking for a BSD compatible install... /usr/bin/install -c
>checking whether build environment is sane... yes
>checking whether make sets ${MAKE}... no
>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) no
>checking for gcc... no
>checking for cc... no
>configure: error: no acceptable cc found in $PATH
알짜리눅스6.1을 설치할때 developer버전으로 설치하고 gcc-2.95버전
으로 업그레이드 했습니다(강제설치) 기존의 것은 지우고요..
그런데 gcc가 없다고 나오는데요.. 무슨이유에서 인지.--이 곳에 서명을 적어주십시오.
(@@)