From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.lisp.guile.user Subject: Re: libguile-xxx.gdb.scm is not an ELF file Date: Sat, 20 Jan 2018 22:16:04 +0200 Message-ID: <83d124s2uz.fsf@gnu.org> References: <87607wmjfy.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1516479305 18148 195.159.176.226 (20 Jan 2018 20:15:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 20 Jan 2018 20:15:05 +0000 (UTC) Cc: guile-user@gnu.org To: David Kastrup Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Jan 20 21:15:00 2018 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eczXV-0004Ga-34 for guile-user@m.gmane.org; Sat, 20 Jan 2018 21:14:57 +0100 Original-Received: from localhost ([::1]:60961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eczZV-0001nS-D4 for guile-user@m.gmane.org; Sat, 20 Jan 2018 15:17:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eczYx-0001mH-Ko for guile-user@gnu.org; Sat, 20 Jan 2018 15:16:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eczYs-0006in-Me for guile-user@gnu.org; Sat, 20 Jan 2018 15:16:27 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eczYs-0006id-Jn for guile-user@gnu.org; Sat, 20 Jan 2018 15:16:22 -0500 Original-Received: from [176.228.60.248] (port=1364 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eczYr-000571-Tt; Sat, 20 Jan 2018 15:16:22 -0500 In-reply-to: <87607wmjfy.fsf@fencepost.gnu.org> (message from David Kastrup on Sat, 20 Jan 2018 20:14:25 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14437 Archived-At: > From: David Kastrup > Date: Sat, 20 Jan 2018 20:14:25 +0100 > > > Every time I install something I get the following message: > > > >     /sbin/ldconfig.real: /usr/local/lib/libguile-2.2.so.1.3.0-gdb.scm > > is not an ELF file > > Why would that not be in /usr/local/share instead? Because GDB first looks for such scripts in the same directory where the corresponding object file lives, I guess.