> From: David Kastrup <d...@gnu.org> > 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.