묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
myaql 설치중에 PATH를 찾을수 없다는 오류가 나오는데 어찌 해야 하는지요?
2004.06.24 02:28
[root@aulsori mysql-4.0.20]# ./configure --prefix=/usr/local/mysql --with-charset=euc_k
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 gawk... (cached) gawk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
컨피규를 해주는 도중에 이렇게 나오고 멈추어 버렸습니다.
PATH를 찾을수 없다는거 같은데 어떻게 해야 하죠..
답변 부탁 드릴꼐요~
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 gawk... (cached) gawk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
컨피규를 해주는 도중에 이렇게 나오고 멈추어 버렸습니다.
PATH를 찾을수 없다는거 같은데 어떻게 해야 하죠..
답변 부탁 드릴꼐요~
configure: error: no acceptable C compiler found in $PATH
컴파일 하려고 하는데 C 컴파일러가 PATH 변수값에 없다는 말이군요.
gcc 패키지가 설치되어있나요?
rpm -qa | grep gcc 해보시고 설치가 안되어 있으면 설치하세요.