From owner-freebsd-current Fri Jul 20 5: 4:31 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 89FA537B406 for ; Fri, 20 Jul 2001 05:04:28 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA02822; Fri, 20 Jul 2001 22:04:17 +1000 Date: Fri, 20 Jul 2001 22:02:02 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Yoshihiro Koya Cc: FreeBSD-current@FreeBSD.ORG Subject: Re: Xwrapper and xdm exited on signal 11 In-Reply-To: <20010720162739J.koya@pluto.math.yokohama-cu.ac.jp> Message-ID: 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 Fri, 20 Jul 2001, Yoshihiro Koya wrote: > I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. > Then Xwrapper always exits on signal 11, and I cannot use X11 now. Everything linked to libpam.so.1 was broken by recent changes in libpam. The pam modules that go with libpam.so.2 are incompatible with the ones that go with libpam.so.1. The latter were clobbered by the recent changes since they don't have version numbers. I work around this using the hack of replacing libpam.so.1 by a symlink to libpam.so.2. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message