Subject: Re: ssh
To: None <port-macppc@netbsd.org>
From: Jaron Omega <inphrared@ephemeron.org>
List: port-macppc
Date: 07/31/2000 23:05:02
Nevermind, got SSH 1.2.30 compiled and running incase nobody else
has, I doubt it though, pretty simple.

What I did,

added to config.guess

macppc:NetBSD:*:*)
  echo powerpc-apple-netbsd${UNAME_RELEASE}
  exit 0;

Line 73 will do just fine.


And in sshd.c line 2972

was
    if( blah blah
    ....

      0)) < 0)

changed simply to
      0) < 0)  /* Line 2972  */

syntax error that clears up the rest of the gazillion errors
you get.  Odd, really, becuase this syntax error of closing
paranthesis should have jumped up in any OS,,, oh well.

I ssh'd from the machine (client)
and sshd to the machine (server)  everything seemed to be
functioning, oh well.


Jaron Omega

 

On Mon, 31 Jul 2000, Jaron Omega wrote:

>
>Tried to configure and make ssh-1-2-30
>then to hopefully install 2.2.0
>
>But ssh1 doesn't seem to configur for powerpc-apple-netbsd1.4.2
>tossing that in the config.guess isn't going to help much, before I
>shimmy the code and screw it up, is there already ssh1 and ssh2
>NetBSD/macppc?
>
>A url or ftp would be appreciated.
>
>Thanks
>
>Jaron Omega
>
>