From owner-freebsd-current Mon Feb 4 12: 3:16 2002 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9898337B41F for ; Mon, 4 Feb 2002 12:03:10 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BABD85341; Mon, 4 Feb 2002 21:03:08 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "M. Warner Losh" Cc: current@freebsd.org Subject: Re: PAM and current References: <20020203.213426.96959209.imp@village.org> From: Dag-Erling Smorgrav Date: 04 Feb 2002 21:03:08 +0100 In-Reply-To: <20020203.213426.96959209.imp@village.org> Message-ID: Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "M. Warner Losh" writes: > I just upgraded my laptop to -current to start working on some > lingering newcard + acpi problems (like the panic on boot due to > interrupt issues). So I notice a new message on my console when I log > in via xdm: > > Feb 3 16:18:44 hammer : PAM unable to dlopen(/usr/lib/pam_opie.so) > Feb 3 16:18:44 hammer : PAM [dlerror: /usr/lib/libopie.so.2: Undefined symbol "__xuname"] > Feb 3 16:18:44 hammer : PAM adding faulty module: /usr/lib/pam_opie.so > Feb 3 16:18:44 hammer : PAM unable to dlopen(/usr/lib/pam_opieaccess.so) > Feb 3 16:18:44 hammer : PAM [dlerror: /usr/lib/libopie.so.2: Undefined symbol "__xuname"] > Feb 3 16:18:44 hammer : PAM adding faulty module: /usr/lib/pam_opieaccess.so Your xdm is linked against -STABLE libc, but the PAM modules expect a -CURRENT libc. Since PAM modules aren't versioned, there's no way to keep -STABLE modules around for -STABLE apps; you have to rebuild all PAM apps when upgrading from -STABLE to -CURRENT. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message