From owner-freebsd-current Fri Jul 20 4:10:36 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by hub.freebsd.org (Postfix) with ESMTP id 8DFF337B403 for ; Fri, 20 Jul 2001 04:10:32 -0700 (PDT) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.8.8/8.8.8) with ESMTP id NAA02413; Fri, 20 Jul 2001 13:09:54 +0200 (MET DST) Date: Fri, 20 Jul 2001 13:09:54 +0200 (CEST) From: Harti Brandt To: Jim Bryant Cc: Yoshihiro Koya , Subject: Re: Xwrapper and xdm exited on signal 11 In-Reply-To: <3B580D25.DB214608@yahoo.com> Message-ID: <20010720130427.J6123-100000@beagle.fokus.gmd.de> 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, Jim Bryant wrote: JB>Harti Brandt wrote: JB>> JB>> On Fri, 20 Jul 2001, Yoshihiro Koya wrote: JB>> JB>> YK>I CVSuped at Thu Jul 19 11:33:58 UTC 2001, and did make world. JB>> YK>Then Xwrapper always exits on signal 11, and I cannot use X11 now. JB>> JB>> You need to recompile all ports using pam. See /usr/src/UPDATING. JB> JB>Is there any extensive list of the ports that have a dependancy on libpam? [SNIP] A doubt that it will be possible to maintain such a list. However you could use something like for i in /bin /usr/bin /usr/local/bin /usr/X11R6/bin ; do ldd -f '%a %o\n' $i/* done 2>/dev/null | grep libpam to get a list of binaries which depend on libpam. I'm not sure how to find out which shared libraries depend on libpam, ldd shared-object.so does not work. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, harti@begemot.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message