Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2001 05:39:01 -0700 (PDT)
From:      Rohit Panda <prohit99@yahoo.com>
To:        freebsd-questions@FreeBSD.org
Subject:   problem installing SSH2
Message-ID:  <20011019123901.85995.qmail@web12805.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
--0-2023221199-1003495141=:85941
Content-Type: text/plain; charset=us-ascii


hi,

i have configured my machine as a simple router ,but unfortunately i didnt know i didnt have SSH.so i downloaded the SSH2-3.0.1.tgz file,and installed it the conventional way :-

./configure

make 

but here is where iam getting errors.can anybody guess whats the error all about and how to fix it.

make all-recursive

Making all in lib

Making all in sshutil

Making all in sshcore

Making all in sshadt

Making all in tests

Making all in ssholdadt

Making all in sshstrutil

Making all in ssheloop

Making all in sshstream

Making all in sshfsm

Making all in sshsysutil

Making all in sshasn1

Making all in tests

Making all in sshnet

Making all in sshmisc

Making all in sshpacketstream

Making all in sshtestutil

Making all in tests

Making all in zlib

Making all in sshmath

Making all in tests

Making all in sshreadline

Making all in tests

Making all in sshapputil

Making all in tests

Making all in sshcrypt

Making all in tests

Making all in sshproto

Making all in tests

Making all in sshsession

Making all in sshpgp

Making all in tests

Making all in sshfilexfer

Making all in tests

if test '!' -d ../include; then mkdir ../include; fi

for i in zlib/zlib.h zlib/zconf.h; do if test -f ./$i; then ../copy_include ./$i ../include; fi; done

Making all in include

(cd .. && make includes)

if test '!' -d include; then mkdir include; fi

./copy_include sshconf.h include

for file in sshdistdefs.h; do ./copy_include ./$file include ; done

for dir in lib include projects apps; do ( cd $dir && make includes) ; done

if test '!' -d ../include; then mkdir ../include; fi

for i in zlib/zlib.h zlib/zconf.h; do if test -f ./$i; then ../copy_include ./$i ../include; fi; done

for d in sshutil zlib sshmath sshreadline sshapputil sshcrypt sshproto sshsession sshpgp sshfilexfer; do (cd $d && make includes); done

for dir in ssh-f-configd; do (cd $dir && make includes); done

*** Error code 2 (ignored)

for dir in ssh; do (cd $dir && make includes); done

Making all in projects

Making all in ssh-f-configd

Making all in fsma-oids

Making all in apps

Making all in ssh

Making all in tests

gcc -I. -I. -I../.. -I../.. -I../../include -I../../include -DETCDIR=\"/etc/ssh2\" -DSSH_BINDIR=\"/usr/local/bin\" -DFOREIGN_ETCDIR=\"/etc\" -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -Wno-unknown-pragmas -c sshd-check-conf.c

*** Error code 1

Stop in /ssh-3.0.1/apps/ssh.

*** Error code 1

Stop in /ssh-3.0.1/apps/ssh.

*** Error code 1

Stop in /ssh-3.0.1/apps.

*** Error code 1

Stop in /ssh-3.0.1.

*** Error code 1

Stop in /ssh-3.0.1.

 

rohit

 



---------------------------------
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
--0-2023221199-1003495141=:85941
Content-Type: text/html; charset=us-ascii

<FONT face="Courier New" size=2>
<P>hi,</P>
<P>i have configured my machine as a simple router ,but unfortunately i didnt know i didnt have SSH.so i downloaded the SSH2-3.0.1.tgz file,and installed it the conventional way :-</P>
<P>./configure</P>
<P>make </P>
<P>but here is where iam getting errors.can anybody guess whats the error all about and how to fix it.</P>
<P>make all-recursive</P>
<P>Making all in lib</P>
<P>Making all in sshutil</P>
<P>Making all in sshcore</P>
<P>Making all in sshadt</P>
<P>Making all in tests</P>
<P>Making all in ssholdadt</P>
<P>Making all in sshstrutil</P>
<P>Making all in ssheloop</P>
<P>Making all in sshstream</P>
<P>Making all in sshfsm</P>
<P>Making all in sshsysutil</P>
<P>Making all in sshasn1</P>
<P>Making all in tests</P>
<P>Making all in sshnet</P>
<P>Making all in sshmisc</P>
<P>Making all in sshpacketstream</P>
<P>Making all in sshtestutil</P>
<P>Making all in tests</P>
<P>Making all in zlib</P>
<P>Making all in sshmath</P>
<P>Making all in tests</P>
<P>Making all in sshreadline</P>
<P>Making all in tests</P>
<P>Making all in sshapputil</P>
<P>Making all in tests</P>
<P>Making all in sshcrypt</P>
<P>Making all in tests</P>
<P>Making all in sshproto</P>
<P>Making all in tests</P>
<P>Making all in sshsession</P>
<P>Making all in sshpgp</P>
<P>Making all in tests</P>
<P>Making all in sshfilexfer</P>
<P>Making all in tests</P>
<P>if test '!' -d ../include; then mkdir ../include; fi</P>
<P>for i in zlib/zlib.h zlib/zconf.h; do if test -f ./$i; then ../copy_include ./$i ../include; fi; done</P>
<P>Making all in include</P>
<P>(cd .. &amp;&amp; make includes)</P>
<P>if test '!' -d include; then mkdir include; fi</P>
<P>./copy_include sshconf.h include</P>
<P>for file in sshdistdefs.h; do ./copy_include ./$file include ; done</P>
<P>for dir in lib include projects apps; do ( cd $dir &amp;&amp; make includes) ; done</P>
<P>if test '!' -d ../include; then mkdir ../include; fi</P>
<P>for i in zlib/zlib.h zlib/zconf.h; do if test -f ./$i; then ../copy_include ./$i ../include; fi; done</P>
<P>for d in sshutil zlib sshmath sshreadline sshapputil sshcrypt sshproto sshsession sshpgp sshfilexfer; do (cd $d &amp;&amp; make includes); done</P>
<P>for dir in ssh-f-configd; do (cd $dir &amp;&amp; make includes); done</P>
<P>*** Error code 2 (ignored)</P>
<P>for dir in ssh; do (cd $dir &amp;&amp; make includes); done</P>
<P>Making all in projects</P>
<P>Making all in ssh-f-configd</P>
<P>Making all in fsma-oids</P>
<P>Making all in apps</P>
<P>Making all in ssh</P>
<P>Making all in tests</P>
<P>gcc -I. -I. -I../.. -I../.. -I../../include -I../../include -DETCDIR=\"/etc/ssh2\" -DSSH_BINDIR=\"/usr/local/bin\" -DFOREIGN_ETCDIR=\"/etc\" -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -Wno-unknown-pragmas -c sshd-check-conf.c</P>
<P>*** Error code 1</P>
<P>Stop in /ssh-3.0.1/apps/ssh.</P>
<P>*** Error code 1</P>
<P>Stop in /ssh-3.0.1/apps/ssh.</P>
<P>*** Error code 1</P>
<P>Stop in /ssh-3.0.1/apps.</P>
<P>*** Error code 1</P>
<P>Stop in /ssh-3.0.1.</P>
<P>*** Error code 1</P>
<P>Stop in /ssh-3.0.1.</P>
<P>&nbsp;</P>
<P>rohit</P>
<P>&nbsp;</P></FONT><p><br><hr size=1><b>Do You Yahoo!?</b><br>
Make a great connection at <a
href="http://rd.yahoo.com/mktg/mail/txt/tagline/?http://personals.yahoo.com" target="_blank">Yahoo! Personals</a>.
--0-2023221199-1003495141=:85941--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011019123901.85995.qmail>