[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Sep 8 16:39:25 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=615
------- Additional Comments From dtucker at zip.com.au 2003-09-08 16:39 -------
Created an attachment (id=390)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=390&action=view)
Updated configure.gz from 3.6.1p2
Let's try to cut down the variables here: there's been a bunch of changes
recently in openbsd-compat/. Does the attached configure work with vanilla
3.6.1p2? It has the following lines moved below the broken dirname test:
+AC_CHECK_FUNC(getspnam, , AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen"))
+AC_SEARCH_LIBS(nanosleep, rt posix4, AC_DEFINE(HAVE_NANOSLEEP))
+AC_SEARCH_LIBS(basename, gen, AC_DEFINE(HAVE_BASENAME))
Also, which header file defines "struct timeb"? You can try adding a #include
for that file immediately before "#include <time.h>" in includes.h.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list