bugzilla-daemon at mindrot.org
2004-Mar-19 14:18 UTC
[Bug 814] Turning on OSF SIA causes linker errors in sshd
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.
bugzilla-daemon at mindrot.org
2004-Mar-19 15:12 UTC
[Bug 814] Turning on OSF SIA causes linker errors in sshd
http://bugzilla.mindrot.org/show_bug.cgi?id=814
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mouring at eviladmin.org 2004-03-19 08:12
-------
This has already been addressed in the CVS tree. Bug #802 has the patch that we
used.
*** This bug has been marked as a duplicate of 802 ***
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.