bugzilla-daemon at mindrot.org
2002-Mar-27 16:35 UTC
[Bug 192] New: monitor.c:545: undefined reference to `auth_password with USE_PAM on
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.
Apparently Analagous Threads
- [Bug 192] monitor.c:545: undefined reference to `auth_password with USE_PAM on
- problem while doing make - openssh on sco unix 7.1
- Problems Compiling OpenSSH 4.2p1 on Tru64 UNIX 5.1b
- Problems Compiling sshd - OpenSSH 3.8p1 on Tru64 UNIX V4.0F PK#7 (OSF)
- openssh 4.6p1 bug / IRIX
