bugzilla-daemon at mindrot.org
2003-Apr-24 15:33 UTC
[Bug 547] Missing radix.o in makefile for AFS
http://bugzilla.mindrot.org/show_bug.cgi?id=547
Summary: Missing radix.o in makefile for AFS
Product: Portable OpenSSH
Version: 3.6p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: argent at thayer.dartmouth.edu
When compiling Openssh-3.6.1p1 for linux (on RedHat-7.3), linking of the ssh and
sshd binaries fails, complaining that creds_to_radix (or radix_to_creds) cannot
be found. The problem is that radix.o is not included in the makefile rules for
these targets. I ran configure as:
./configure --prefix=/usr/etc/openssh/ --with-pam
--with-kerberos4=/usr/local/krb4 --with-afs --sysconfdir=/etc/ssh
--bindir=/usr/bin --mandir=/usr/local/man --with-pid-dir=/etc/ssh
--with-ipv4-default
--with-default-path=/usr/bin:/bin:/usr/sbin:/sbin:/usr/afsws/bin:/usr/local/bin:.
My guess is that the --with-afs flag was the one which required radix.o to be
built and linked. In sshconnect1.c, radix.h is included by:
#ifdef AFS
#include <kafs.h>
#include "radix.h"
#endif
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-May-04 00:55 UTC
[Bug 547] Missing radix.o in makefile for AFS
http://bugzilla.mindrot.org/show_bug.cgi?id=547
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dtucker at zip.com.au 2003-05-04 10:55 -------
Fixed in 3.6.1p2. From ChangeLog:
20030429
- (djm) Add back radix.o (used by AFS support), after it went missing from
Makefile many moons ago
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.