: : 어제도 물어서 해결햇네염... 갈켜주신분 정말 감사하구염...
: : 오늘은 또 다른걸 물어볼께염 ^^
: : [root@localhost mysql-3.22.24]# ./configure --prefix=/usr/local/mysql
: : 이라고 치면
: : loading cache ./config.cache
: : checking host system type... configure: error: can not guess host type; you must
: : specify one 라고 뜨네염
: : 어케 하면 이걸 고칠수있을까여?
: :
: : configure* 라고 컨피규어 뒤에 *게 붙어있네염
: : 이건 몬가여?
: : 제가 뭘 덜 깔아서 그런가요? 아님 모가 잘못된건지 모르겟네요
: : 고수분들 쫌만 갈켜주세염..
: : 아니 상세하게 ^^;;
: : 그럼
:
: 이렇게 함 해보세요.
:
: ./configure --host=i686-pc-linux-gnu --prefix=/usr/local/mysql
:
: 이 옵션은 cpu : intel-686 (pentium 이건 celerone 이건... )
: computer type : pc
: operation system : linux
: library : gnu (???)
:
: 뭐... 대충 이런뜻이 아닐까 싶네요.
: 함 해보시고 답 주시면 고맙겠네요.
: 전 바이너리로 깔았어요.
: 방금 source 받아서 configure 해 봤는데...
: 제 시스템에서는 에러가 나지 않는 군요.
: 그래서 이놈 저놈 파일들을 vi 로 봤습니다.
:
: 그리고 파일이름뒤에 * 붙은것은...
: 아마도 파일 퍼미션에 x 설정이 되어 있다는 뜻인 것 같네요.
: 즉, 실행가능 파일이다... 라는 뜻...
: 뭐... 실행불가능 파일이라도 퍼미션을 x 설정하면
: ls 에서 이렇게 보이겠죠.. ^^;;
:
: --
: 나는 바부다...
짐해봤는데요
./configure --host=i686-pc-linux-gnu --prefix=/usr/local/mysql
loading cache ./config.cache
checking hostsystem type... i686-pc-linux-gnu
checking target 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 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 wherher make sets ${MAKE}... (cached) no
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
이렇게 나오거든요..
어떻게 보면 된거 같기도 하구 밑에 보면 안된거 같기두 하구 어떻게 된거예요?
위에 영어 제가 다 적은건데 그냥 복사해서 붙여넣기는 안되나여?
그런기능은 없는건가? 그럼 한바닥 넘게 나오는거 언제 다치지 -_-;;