: : 안녕하세요.
: : 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 하세요..
:
: --
: 껌을 씹을 때는 조용히...
^^ 네.. 감사합니다.. 다행이 그 부분은 넘어 가는것 같습니다.
근데 제가 모든 패키지를 설치하지 않아서 그런것 같은데요.. 아래와 같은 에러 메세지가
다시 뜨네요.. [root@rcn7xx ssh-2.4.0]# ./configure -host=i686-pc-linux-gnu --prefix=/usr/local/ssh2
creating cache ./config.cache
checking distribution consistency... done
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 cached information... ok
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking using purify... no
checking for gcc... gcc
checking for gcc... gcc
checking whether the C compiler (gcc -g ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
compiler 는 설치를 했는데 뭣때문에 이러한 문제가 생기는지 모르겠네요.
다시 한번 부탁 드립니다.