From owner-freebsd-current@FreeBSD.ORG Sat Sep 6 13:35:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E406416A4BF for ; Sat, 6 Sep 2003 13:35:10 -0700 (PDT) Received: from cube.gelatinous.com (dsl081-068-105.sfo1.dsl.speakeasy.net [64.81.68.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F25943FB1 for ; Sat, 6 Sep 2003 13:35:07 -0700 (PDT) (envelope-from aaron@mutex.org) Received: (qmail 32779 invoked by uid 1000); 6 Sep 2003 20:35:07 -0000 Date: Sat, 6 Sep 2003 13:35:07 -0700 From: Aaron Smith To: freebsd-current@freebsd.org Message-ID: <20030906203507.GP560@gelatinous.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: can't log in! openpam_load_module failures on strcpy, cgetclose X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 20:35:11 -0000 Hi everyone. login and sshd are both failing for me after a make world on current. I have mergemaster'd, rebuilt world, ad infinitum. I've compared /etc/pam.d with the source tree version and they're the same. I instrumented openpam_dynamic, and login is failing on 'strcpy': login: in openpam_dynamic(): pam_nologin.so: /usr/lib/pam_nologin.so: Undefined symbol "strcpy" login: in openpam_load_module(): no pam_nologin.so found login: pam_start(): system error for sshd the failure is on 'cgetclose': sshd: in openpam_dynamic(): pam_nologin.so: /usr/lib/pam_nologin.so: Undefined symbol "cgetclose" sshd: in openpam_load_module(): no pam_nologin.so found sshd: fatal: PAM: initialisation failed Now, there are T symbols for both of these in the respective binaries, according to nm (at least before they are stripped). So just in case stripping was an issue I figured I'd try unstripped binaries and rebuilt them. No luck. Can anyone help me out? Thanks, --Aaron