[Bug 814] Turning on OSF SIA causes linker errors in sshd
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Mar 20 01:18:58 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=814
Summary: Turning on OSF SIA causes linker errors in sshd
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P1
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: Nikola.Milutinovic at ev.co.yu
The source of the problem are two files:
./auth-passwd.c
./openbsd-compat/xcrypt.c
When --with-osfsia is given, the second file doesn't compile anything, since the
whole C source block is surrounded with:
#if !defined(HAVE_OSF_SIA)
...
#endif
The first file, however, requires two procedures from the second:
shadow_pw
xcrypt
So, what's the story here?
What should be done on Tru64 UNIX?
What should be used in ./auth-passwd.c with OSF SIA enabled?
Nix.
------- 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