[Bug 547] Missing radix.o in makefile for AFS

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Apr 25 01:33:28 EST 2003


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.




More information about the openssh-unix-dev mailing list