Date: 04 Feb 2002 21:03:08 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: "M. Warner Losh" <imp@village.org> Cc: current@freebsd.org Subject: Re: PAM and current Message-ID: <xzpvgddm2v7.fsf@flood.ping.uio.no> In-Reply-To: <20020203.213426.96959209.imp@village.org> References: <20020203.213426.96959209.imp@village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"M. Warner Losh" <imp@village.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpvgddm2v7.fsf>