Bug 963 - Problem compiling openssh 3.9p1
Summary: Problem compiling openssh 3.9p1
Status: CLOSED INVALID
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: 3.9p1
Hardware: All Linux
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 07:35 AEDT by Pierre
Modified: 2006-10-07 11:38 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre 2004-12-14 07:35:22 AEDT
# make
(cd openbsd-compat && make)
make[1]: Entering directory `/tmp/openssh-3.9p1/openbsd-compat'
gcc -s -O3 -march=i686 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I.
-I./..  -I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H -c
port-aix.cIn file included from port-aix.c:27:
../auth.h:39:22: bsd_auth.h: No such file or directory
In file included from port-aix.c:27:
../auth.h:62: error: parse error before "auth_session_t"
../auth.h:62: warning: no semicolon at end of struct or union
../auth.h:72: error: parse error before '}' token
make[1]: *** [port-aix.o] Error 1
make[1]: Leaving directory `/tmp/openssh-3.9p1/openbsd-compat'
make: *** [openbsd-compat/libopenbsd-compat.a] Error 2
Comment 1 Darren Tucker 2004-12-14 11:22:29 AEDT
How did you configure that?  It appears that you've configured --with-bsd-auth
on a platform that doesn't have BSD auth.
Comment 2 Pierre 2004-12-15 06:37:02 AEDT
Yes I configured with --with-bsd-auth.
I'm using GNU/Linux. Does this option only work on BSD platforms ?
Comment 3 Darren Tucker 2004-12-15 10:24:00 AEDT
That option only works on platforms that have it, and yours doesn't.  AFAIK the
only platforms that have BSDauth are OpenBSD and BSD/OS.
Comment 4 Pierre 2004-12-16 07:11:12 AEDT
Is it possible to install it on a GNU/Linux system ?
Comment 5 Darren Tucker 2004-12-16 11:43:47 AEDT
Possible to install BSD auth on a Linux-based system?  Maybe, but it might
require porting and I have no idea how much effort would be involved.

Why do you want it, anyway?
Comment 6 Darren Tucker 2006-10-07 11:38:12 AEST
Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4.