Lets try this push again.. 2.5.1p2 bugs left.
Tim Rice
tim at multitalents.net
Sun Feb 25 05:36:54 EST 2001
On Sat, 24 Feb 2001, Gert Doering wrote:
> Hi,
>
> On Thu, Feb 22, 2001 at 01:21:21AM -0600, mouring at etoh.eviladmin.org wrote:
> > 3) SCO.. Is it happy yet for compiling? =)
>
> Tried SCO ODT 3.0 (3.2v4.2) today, with skey.
>
> Everything compiles fine, one problem occurs at the linking stage:
>
> "-lskey" is linked after "-lintl", but references strftime() -> library
> order has to be reversed, -lskey first.
The attached patch to configure.in should fix your linking problem.
>
> Run time (I tested protocol 1 only):
>
> - using "ssh" without it being suid root works as expected,
>
> - using "ssh" suid root leads to:
> "Couldn't restore privileges"
> (which has been reported a couple of days ago, but it's still there)
>
> - sshd has some problems (calling with ssh.com 1.2.27, but the same
> with openssh client):
Hmm, It's working here with both openssh client and ssh 1.2.27
But I'm not compiling with skey support.
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
--- openssh_cvs/configure.in.old Sat Feb 24 09:28:56 2001
+++ openssh_cvs/configure.in Sat Feb 24 09:42:54 2001
@@ -358,6 +358,8 @@
[], [ AC_CHECK_LIB(c89, utimes, LIBS="$LIBS -lc89") ]
)
+AC_FUNC_STRFTIME
+
# Checks for header files.
AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h)
@@ -533,8 +535,6 @@
fi
AC_FUNC_GETPGRP
-
-AC_FUNC_STRFTIME
# Check for PAM libs
PAM_MSG="no"
More information about the openssh-unix-dev
mailing list