: [root@localhost mysql]# ./configure --prefix=/usr/local/mysql --with-charset=euc_kr
: loading cache ./config.cache
: checking host system type ....i686-pc-linux-gnuoldld
: checking target system type...i686-pc-linux-gnuoldld
: checking build system type...i685-pc-linux-gnuoldld
: checking for a BSD compatible install.../usr/bin/install -c
: check wheter build environment is sane...yes
: check whether make sets ${make}...no
: checking for working aclocal..missing
: checking for working autoconf...missing
: .
: .
: .
:
: configure: error: no acceptable cc found in $ PATH
: 이런에러가날때에는어떻게하는게좋을까요
:
: 리눅스 초보라서..뭘 어떻게 해야할지 모르겠습니다.책을 보며 따라한
: 다고 했는데
설정옵션는 아니고.. 필요한 툴을 찾다가 생긴 오류인것 같네요.
레드햇계열이라면, rpm을 이용해서 현재 시스템에 설치된 프로그램중에서 autoconf 가 있는지
확인해 보세요. 또. binutil 인가 하는것도 있는지 확인해 보세요. 또 make도 제대로 설치가
되어 있는지도 확인해 보세요. 아니면 경로가 잘못 설정되어 있을 경우도 있습니다.--담주
면.. 서른살인감? -_-a