[Bug 192] New: monitor.c:545: undefined reference to `auth_password with USE_PAM on

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Mar 28 03:35:58 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=192

           Summary: monitor.c:545: undefined reference to `auth_password
                    with USE_PAM on
           Product: Portable OpenSSH
           Version: -current
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: sshd
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: kent at lysator.liu.se


gcc -o sshd sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o 
auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o 
auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o sshpty.o sshlogin.o 
loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o 
auth-skey.o auth-bsdauth.o monitor_mm.o monitor.o -L. -Lopenbsd-compat/ 
-L/local/pkg/openssl/lib  -lssh -lopenbsd-compat -lwrap -lpam -ldl -lutil 
-lz -lnsl -lcrypto
monitor.o: In function `mm_answer_authpassword':
/local/pkg/openssh/src/openssh/monitor.c:545: undefined reference to 
`auth_password'

But auth_password is defined in auth-passwd.c, and the whole file is
surrounded by 

#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)



------- 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