Discussion:
libguile-xxx.gdb.scm is not an ELF file
Matt Wette
2018-01-20 14:25:04 UTC
Permalink
Is there a way on gnu/linux to get ldconfig to ignore a file in a directory?

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

Matt
David Kastrup
2018-01-20 19:14:25 UTC
Permalink
Post by Matt Wette
Is there a way on gnu/linux to get ldconfig to ignore a file in a directory?
    /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?
--
David Kastrup
Eli Zaretskii
2018-01-20 20:16:04 UTC
Permalink
Date: Sat, 20 Jan 2018 20:14:25 +0100
Post by Matt Wette
    /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.

Loading...