From owner-freebsd-current Sat May 4 23:16:34 2002 Delivered-To: freebsd-current@freebsd.org Received: from 12-234-22-238.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by hub.freebsd.org (Postfix) with ESMTP id 6EAF237B417; Sat, 4 May 2002 23:16:30 -0700 (PDT) Received: from master.gorean.org (master.gorean.org [10.0.0.2]) by 12-234-22-238.client.attbi.com (8.12.3/8.12.3) with ESMTP id g456GNPp090755; Sat, 4 May 2002 23:16:29 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.12.3/8.12.3/Submit) with ESMTP id g456GMEL001559; Sat, 4 May 2002 23:16:23 -0700 (PDT) Date: Sat, 4 May 2002 23:16:22 -0700 (PDT) From: Doug Barton To: Dag-Erling Smorgrav Cc: John Baldwin , Subject: Re: xdm broken on current In-Reply-To: Message-ID: <20020504230811.T1525-100000@master.gorean.org> 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 On 5 May 2002, Dag-Erling Smorgrav wrote: > Dag-Erling Smorgrav writes: > > Doug Barton writes: > > > Then I'm back to my original point. I think that breaking binary > > > compatibility for all 4.x pam applications is a very bad idea. > > It was already broken. There's nothing you can do about it. > > Hmm, let me amend this: it's broken for you because you have a pre- > OpenPAM libpam + modules that was built on 5.0. You wouldn't see this > if you'd upgraded straight from 4.x, because OpenPAM uses versioned > modules and doesn't clobber your old 4.x modules. I asked David to > put libpam and the PAM modules in COMPAT4X, but never heard back from > him. Ok, I put the following in /usr/lib/compat, from my releng_4 box: libc.so.4 libc_r.a libc_r.so.4 libpam.a libpam.so.1 libpam_ssh.a And tried the following from the same box in both /usr/lib and /usr/lib/compat: pam_cleartext_pass_ok.so pam_deny.so pam_opie.so pam_permit.so pam_radius.so pam_skey.so pam_ssh.so pam_tacplus.so pam_unix.so Still the same errors: unable to dlopen(/usr/lib/pam_nologin.so) [dlerror: Cannot open "/usr/lib/pam_nologin.so"] adding faulty module: /usr/lib/pam_nologin.so unable to dlopen(/usr/lib/pam_opie.so) [dlerror: /usr/lib/libopie.so.2: Undefined symbol "__xuname"] adding faulty module: /usr/lib/pam_opie.so unable to dlopen(/usr/lib/pam_opieaccess.so) [dlerror: Cannot open "/usr/lib/pam_opieaccess.so"] adding faulty module: /usr/lib/pam_opieaccess.so unable to dlopen(/usr/lib/pam_lastlog.so) [dlerror: Cannot open "/usr/lib/pam_lastlog.so"] adding faulty module: /usr/lib/pam_lastlog.so -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message