: 안녕하세요.
: caldera openLinux 를 사용하구요, 처음 설치시 minimum 설치를 하였습니다.
: 그런데 ssh2 를 설치할려구 하는데 에러가 생기네요. 답변좀 부탁드립니다.
:
: [root@rcn7xx ssh-2.4.0]# ./configure --prefix=/usr/local/ssh2
: creating cache ./config.cache
: checking distribution consistency... done
: checking host system type... configure: error: can not guess host type; you must specify one
:
: 위에서 보는 바와 같이 host system type checking시 에러가 발생되는데 도무지 이유를 알수가
: 없네요. 좀 알려 주십시요.
왜 에러가 날까요?
host type 은 config.guess 파일에서 출력을 해주는데요. 그 스크립트가 꽤 복잡하지만
잘 살펴 보면 어디서 잘못 되었는지 알수 있겟죠.
귀찮으시면 대충
-host=i686-pc-linux-gnu
이런 옵션 붙혀서 ./configure 하세요..--껌을 씹을 때는 조용히...