묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
mysql 설치시 에러가 나네요. 어떤내용인지 알려주세요.^^;
2002.04.01 15:38
mysql를 압축을 풀고나서 configure를 아래와 같이 해주면 아래와 같이 에러가 납니다.
=====================================================================================
[root@blue1230 mysql]# ./configure --prefix=/usr/local/mysql --localstatedir=/usr/lo
cal/mysql/data --with-charset=euc_kr
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
===================================================================================
어떤 에러인지, 위와같이 에러가 날 경우 어떻게 하면 mysql를 설치할수 있는지좀 알려주세요.
부탁드릴께여^^
mysql버젼은 3.22.32이네요.
=====================================================================================
[root@blue1230 mysql]# ./configure --prefix=/usr/local/mysql --localstatedir=/usr/lo
cal/mysql/data --with-charset=euc_kr
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
===================================================================================
어떤 에러인지, 위와같이 에러가 날 경우 어떻게 하면 mysql를 설치할수 있는지좀 알려주세요.
부탁드릴께여^^
mysql버젼은 3.22.32이네요.
댓글 3
-
조성진
2002.04.01 16:34
흠.. 리눅스 쓰신다면, 컴파일러를 다시 설치하셔야되는군요 -
조성진
2002.04.01 16:36
저더 어제 설치할때 그랬는데, 잘생각해보니까 리눅스 설치할떄, 컴파일러 설치 안해서 그랬더군요..
와우리눅스 7.1 파란이라면, 리눅스 시디넣고 부팅한담에, 설치프로그램에서, 사용자정의 설치 하시구여,
그담에 쭉가다보면 설치할거 선택하는게 나오는데, 그중에 아래쪽에 보면 프로그래밍관련인가? 먼가 있는데여, 그거 체크하고 다시설치하세여.. 되도록 맨아래쪽 전체설치 체크하세요..하드가 넓다면..
어쨋던 아래쪽에 개발관련인가? 뭔가 있는데 그거 설치안하면 안되요 ㅡㅅㅡ 에러 읽어보면 컴파일러 없다는뜻이거덩혀 ㅡㅡ; -
정승
2002.04.03 15:19
감사합니다.^^
다시 한번 해볼께요.