From owner-freebsd-hackers Sun May 30 18:12:13 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id AF9DD14CB1; Sun, 30 May 1999 18:11:55 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id SAA14882; Sun, 30 May 1999 18:11:52 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id SAA02306; Sun, 30 May 1999 18:11:51 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Sun, 30 May 1999 18:11:51 -0700 (PDT) Message-Id: <199905310111.SAA02306@vashon.polstra.com> To: mph@freebsd.org Subject: Re: PAM: Undefined symbols at runtime In-Reply-To: <19990529151511.A34375@wopr.caltech.edu> Organization: Polstra & Co., Seattle, WA Cc: hackers@freebsd.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <19990529151511.A34375@wopr.caltech.edu>, Matthew Hunt wrote: > I have been running 3.x and 4.0-CURRENT for some time, but have > never bothered using PAM. If you are running 3.1 or later, or -current, you _are_ using PAM. Login uses it automatically, and it's not something you enable or disable. If you don't have a valid /etc/pam.conf file then login issues loud and repeated complaints to syslog, which will appear on the system console. > Yesterday, after a build of 4.0-CURRENT of that day, I decided to > try enabling PAM by copying /usr/src/pam.conf to /etc. There is no file /usr/src/pam.conf. Do you mean /usr/src/etc/pam.conf? > My problem is that login fails, due to undefined symbols in the PAM > modules: I don't know what's going on with your system, but something is messed up. Maybe you're trying to mix and match a.out and ELF files. Try running "file" on /usr/bin/login as well as your libpam and pam modules. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message