Date: Sun, 30 May 1999 18:11:51 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: mph@freebsd.org Cc: hackers@freebsd.org Subject: Re: PAM: Undefined symbols at runtime Message-ID: <199905310111.SAA02306@vashon.polstra.com> In-Reply-To: <19990529151511.A34375@wopr.caltech.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <19990529151511.A34375@wopr.caltech.edu>, Matthew Hunt <mph@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905310111.SAA02306>