Gentoo Archives: gentoo-user

From: Florian Philipp <lists@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ld.so.conf.d/*.conf: No such file or directory
Date: Sun, 25 Sep 2011 15:41:08
Message-Id: 4E7F4ACC.60104@binarywings.net
In Reply to: [gentoo-user] ld.so.conf.d/*.conf: No such file or directory by Mick
1 Am 25.09.2011 12:53, schrieb Mick:
2 > I updated gcc and when I ran fix_libtool_files.sh I get this:
3 >
4 > # fix_libtool_files.sh i686-pc-linux-gnu-4.4.5
5 > * Scanning libtool files for hardcoded gcc library paths...
6 > cat: ld.so.conf.d/*.conf: No such file or directory
7 > * [1/5] Scanning /lib ...
8 > * [2/5] Scanning /usr/lib ...
9 > * [3/5] Scanning /usr/games/lib ...
10 > * [4/5] Scanning /usr/i686-pc-linux-gnu/lib ...
11 > * [5/5] Scanning /usr/local/lib ...
12 >
13 > What is this ld.so.conf.d/*.conf which the script cannot find? Should I just
14 > ignore it?
15
16 You can /probably/ ignore it. I have one file there:
17 /etc/ld.so.conf.d/05binutils.conf
18 Content:
19 /usr/x86_64-pc-linux-gnu/lib
20
21 Hope this helps,
22 Florian Philipp
23
24 P.S.: That's why it is better to use
25 `find ld.so.conf.d/ -name '*.conf' | xargs --no-run-if-empty cat`
26 instead of `cat ld.so.conf.d/*.conf`

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] ld.so.conf.d/*.conf: No such file or directory Mick <michaelkintzios@×××××.com>