: 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 라고 나옵니다.
위의 부분을 보니 잘은 모르겠지만. gcc 나 cc가 깔려 있는지 먼저
확인 하셔야 할 것 같은데요...
아닐수도 있지만 한번 화인 해 보세요.. rpm -qa|grep gcc(또는 cc) 하셔서
둘다 있는지 먼저 확인하시고 있으시면 rpm 구해서 갈아 보는데요..
소스로도 한번 깔아 봄직이 공부하는데 도움이 될것 같고..
스릴도 있구요.. 하하^^