mysql-3.22.32.tar.gz을 받아서 압축을 풀고
mysql-3.22.32 디렉토리로 이동해서
./configure --prefix=/usr/local/mysql --with-charset=euc_kr하고 엔터를
치고 책에 나온데로 make명령을 실행했는데 make명령이 안되요?
어떻게 하나요
./configure --prefix=/usr/local/mysql --with-charset=euc_kr치고 나온
내용
loading cache ./config.cache
checking host system type...i586-pc-linux-gun
checking target system type...i586-pc-linux-gun
checking build system type...i586-pc-linux-gun
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 acolcal...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-spccific 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 라고 나옵니다.