* Rel 5 ssh?
@ 1999-04-28 5:05 Satadru Pramanik
1999-04-28 12:07 ` Paul J. Schinder
1999-04-28 12:27 ` Tom Rini
0 siblings, 2 replies; 6+ messages in thread
From: Satadru Pramanik @ 1999-04-28 5:05 UTC (permalink / raw)
To: linuxppc-dev
I've tried to rebuild the ssh-1.2.6 src.rpm under glibc2.1, and I get
these errors:
gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -DHAVE_CONFIG_H
-DHOST_KEY_FILE=\"/etc/ssh/ssh_host_key\"
-DHOST_CONFIG_FILE=\"/etc/ssh/ssh_config\"
-DSERVER_CONFIG_FILE=\"/etc/ssh/sshd_config\"
-DSSH_PROGRAM=\"/usr/bin/ssh1\" -DETCDIR=\"/etc/ssh\"
-DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/bin\"
-DTIS_MAP_FILE=\"/etc/ssh/sshd_tis.map\" -O2 -fsigned-char
-I/usr/X11R6/include login.c
login.c: In function `record_login':
login.c:437: structure has no member named `ut_syslen'
login.c:441: structure has no member named `e_termination'
login.c:442: structure has no member named `e_exit'
login.c:454: `WTMPX_FILE' undeclared (first use in this function)
login.c:454: (Each undeclared identifier is reported only once
login.c:454: for each function it appears in.)
make: *** [login.o] Error 1
Bad exit status from /var/tmp/rpm-tmp.85594 (%build)
Any thoughts? Does anybody know how to fix this? The sshd from this
install can't allocate ptys either.
--=
satadru pramanik `satadru@umich.edu' www.umich.edu/~satadru
Online Editor, The Michigan Daily
Yugoslavia declares 'peace' in Kosovo; NATO Airstrikes
continue
-CNN Interactive, 04/08/99
=--
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Rel 5 ssh?
1999-04-28 5:05 Rel 5 ssh? Satadru Pramanik
@ 1999-04-28 12:07 ` Paul J. Schinder
1999-04-28 12:47 ` Paul J. Schinder
1999-04-28 15:13 ` Dan Burcaw
1999-04-28 12:27 ` Tom Rini
1 sibling, 2 replies; 6+ messages in thread
From: Paul J. Schinder @ 1999-04-28 12:07 UTC (permalink / raw)
To: Satadru Pramanik; +Cc: linuxppc-dev
On Wed, Apr 28, 1999 at 01:05:57AM -0400, Satadru Pramanik wrote:
}
} I've tried to rebuild the ssh-1.2.6 src.rpm under glibc2.1, and I get
} these errors:
} gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -DHAVE_CONFIG_H
} -DHOST_KEY_FILE=\"/etc/ssh/ssh_host_key\"
} -DHOST_CONFIG_FILE=\"/etc/ssh/ssh_config\"
} -DSERVER_CONFIG_FILE=\"/etc/ssh/sshd_config\"
} -DSSH_PROGRAM=\"/usr/bin/ssh1\" -DETCDIR=\"/etc/ssh\"
} -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/bin\"
} -DTIS_MAP_FILE=\"/etc/ssh/sshd_tis.map\" -O2 -fsigned-char
} -I/usr/X11R6/include login.c
} login.c: In function `record_login':
} login.c:437: structure has no member named `ut_syslen'
} login.c:441: structure has no member named `e_termination'
} login.c:442: structure has no member named `e_exit'
} login.c:454: `WTMPX_FILE' undeclared (first use in this function)
} login.c:454: (Each undeclared identifier is reported only once
} login.c:454: for each function it appears in.)
} make: *** [login.o] Error 1
} Bad exit status from /var/tmp/rpm-tmp.85594 (%build)
There's a patched RPM for 1.2.26 at Yellow Dog
<ftp://ftp.yellowdoglinux.com/>. I don't remember the exact location;
you'll have to hunt around. It works.
}
}
} Any thoughts? Does anybody know how to fix this? The sshd from this
} install can't allocate ptys either.
}
} --=
} satadru pramanik `satadru@umich.edu' www.umich.edu/~satadru
} Online Editor, The Michigan Daily
} Yugoslavia declares 'peace' in Kosovo; NATO Airstrikes
} continue
} -CNN Interactive, 04/08/99
} =--
}
}
--
Paul Schinder
schinder@pobox.com
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Rel 5 ssh?
1999-04-28 12:07 ` Paul J. Schinder
@ 1999-04-28 12:47 ` Paul J. Schinder
1999-04-28 15:13 ` Dan Burcaw
1 sibling, 0 replies; 6+ messages in thread
From: Paul J. Schinder @ 1999-04-28 12:47 UTC (permalink / raw)
To: Satadru Pramanik; +Cc: linuxppc-dev
On Wed, Apr 28, 1999 at 08:07:00AM -0400, Paul J. Schinder wrote:
} On Wed, Apr 28, 1999 at 01:05:57AM -0400, Satadru Pramanik wrote:
} }
} } I've tried to rebuild the ssh-1.2.6 src.rpm under glibc2.1, and I get
} } these errors:
} } gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -DHAVE_CONFIG_H
} } -DHOST_KEY_FILE=\"/etc/ssh/ssh_host_key\"
} } -DHOST_CONFIG_FILE=\"/etc/ssh/ssh_config\"
} } -DSERVER_CONFIG_FILE=\"/etc/ssh/sshd_config\"
} } -DSSH_PROGRAM=\"/usr/bin/ssh1\" -DETCDIR=\"/etc/ssh\"
} } -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/bin\"
} } -DTIS_MAP_FILE=\"/etc/ssh/sshd_tis.map\" -O2 -fsigned-char
} } -I/usr/X11R6/include login.c
} } login.c: In function `record_login':
} } login.c:437: structure has no member named `ut_syslen'
} } login.c:441: structure has no member named `e_termination'
} } login.c:442: structure has no member named `e_exit'
} } login.c:454: `WTMPX_FILE' undeclared (first use in this function)
} } login.c:454: (Each undeclared identifier is reported only once
} } login.c:454: for each function it appears in.)
} } make: *** [login.o] Error 1
} } Bad exit status from /var/tmp/rpm-tmp.85594 (%build)
}
} There's a patched RPM for 1.2.26 at Yellow Dog
} <ftp://ftp.yellowdoglinux.com/>. I don't remember the exact location;
} you'll have to hunt around. It works.
Whoops. Having had a few minutes to track this down, my memory was
playing tricks. It's not a patched rpm, it's an rpm of patches, with
a script to apply them to 1.2.26. In
/pub/yellowdog/updates/champion-1.0/RPMS/install-ssh-0.6-1.noarch.rpm
}
} }
} }
} } Any thoughts? Does anybody know how to fix this? The sshd from this
} } install can't allocate ptys either.
} }
} } --=
} } satadru pramanik `satadru@umich.edu' www.umich.edu/~satadru
} } Online Editor, The Michigan Daily
} } Yugoslavia declares 'peace' in Kosovo; NATO Airstrikes
} } continue
} } -CNN Interactive, 04/08/99
} } =--
} }
} }
--
Paul Schinder
schinder@pobox.com
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Rel 5 ssh?
1999-04-28 12:07 ` Paul J. Schinder
1999-04-28 12:47 ` Paul J. Schinder
@ 1999-04-28 15:13 ` Dan Burcaw
1 sibling, 0 replies; 6+ messages in thread
From: Dan Burcaw @ 1999-04-28 15:13 UTC (permalink / raw)
To: Paul J. Schinder; +Cc: Satadru Pramanik, linuxppc-dev
>
> There's a patched RPM for 1.2.26 at Yellow Dog
> <ftp://ftp.yellowdoglinux.com/>. I don't remember the exact location;
> you'll have to hunt around. It works.
>
Grab the 'install-ssh' program from
ftp.yellowdoglinux.com/pub/yellowdog/updates/champion-1.0/RPMS/
> }
> }
> } Any thoughts? Does anybody know how to fix this? The sshd from this
> } install can't allocate ptys either.
> }
> } --=
> } satadru pramanik `satadru@umich.edu' www.umich.edu/~satadru
> } Online Editor, The Michigan Daily
> } Yugoslavia declares 'peace' in Kosovo; NATO Airstrikes
> } continue
> } -CNN Interactive, 04/08/99
> } =--
> }
> }
>
> --
> Paul Schinder
> schinder@pobox.com
>
>
Dan
Terra Soft Solutions, Inc.
email: dburcaw@yellowdoglinux.com
website: http://www.yellowdoglinux.com/
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Rel 5 ssh?
1999-04-28 5:05 Rel 5 ssh? Satadru Pramanik
1999-04-28 12:07 ` Paul J. Schinder
@ 1999-04-28 12:27 ` Tom Rini
1999-04-28 17:51 ` Satadru Pramanik
1 sibling, 1 reply; 6+ messages in thread
From: Tom Rini @ 1999-04-28 12:27 UTC (permalink / raw)
To: Satadru Pramanik; +Cc: linuxppc-dev
On Wed, 28 Apr 1999, Satadru Pramanik wrote:
> login.c: In function `record_login':
> login.c:437: structure has no member named `ut_syslen'
> login.c:441: structure has no member named `e_termination'
> login.c:442: structure has no member named `e_exit'
> login.c:454: `WTMPX_FILE' undeclared (first use in this function)
> login.c:454: (Each undeclared identifier is reported only once
> login.c:454: for each function it appears in.)
>
> Any thoughts? Does anybody know how to fix this? The sshd from this
> install can't allocate ptys either.
Delete the ut_syslen line. e_term/e_exit->__e, WTMPX_FILE->_PATH_WTMP (i
think..). As for the pty probllem, make sure you have a current dev rpm
and have Unix98 pty suport compiled in.
--
Tom Rini (TR1265)
http://dobbstown.yeti.edu/
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Rel 5 ssh?
1999-04-28 12:27 ` Tom Rini
@ 1999-04-28 17:51 ` Satadru Pramanik
0 siblings, 0 replies; 6+ messages in thread
From: Satadru Pramanik @ 1999-04-28 17:51 UTC (permalink / raw)
To: Tom Rini; +Cc: linuxppc-dev
Thanks a lot everybody. ssh compiles cleanly now, and that hint on the
unix98 pty config was the key to getting sshd working right.
On Wed, 28 Apr 1999, Tom Rini wrote:
On Wed, 28 Apr 1999, Satadru Pramanik wrote:
> login.c: In function `record_login':
> login.c:437: structure has no member named `ut_syslen'
> login.c:441: structure has no member named `e_termination'
> login.c:442: structure has no member named `e_exit'
> login.c:454: `WTMPX_FILE' undeclared (first use in this function)
> login.c:454: (Each undeclared identifier is reported only once
> login.c:454: for each function it appears in.)
>
> Any thoughts? Does anybody know how to fix this? The sshd from this
> install can't allocate ptys either.
Delete the ut_syslen line. e_term/e_exit->__e, WTMPX_FILE->_PATH_WTMP (i
think..). As for the pty probllem, make sure you have a current dev rpm
and have Unix98 pty suport compiled in.
--
Tom Rini (TR1265)
http://dobbstown.yeti.edu/
--=
satadru pramanik `satadru@umich.edu' www.umich.edu/~satadru
Online Editor, The Michigan Daily
Yugoslavia declares 'peace' in Kosovo; NATO Airstrikes
continue
-CNN Interactive, 04/08/99
=--
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting. ]]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~1999-04-28 17:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-04-28 5:05 Rel 5 ssh? Satadru Pramanik
1999-04-28 12:07 ` Paul J. Schinder
1999-04-28 12:47 ` Paul J. Schinder
1999-04-28 15:13 ` Dan Burcaw
1999-04-28 12:27 ` Tom Rini
1999-04-28 17:51 ` Satadru Pramanik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).