On 09/25/2011 03:53 AM, Mick wrote:
> I updated gcc and when I ran fix_libtool_files.sh I get this:
> 
> # fix_libtool_files.sh i686-pc-linux-gnu-4.4.5
>  * Scanning libtool files for hardcoded gcc library paths...
> cat: ld.so.conf.d/*.conf: No such file or directory
>  *   [1/5] Scanning /lib ...
>  *   [2/5] Scanning /usr/lib ...
>  *   [3/5] Scanning /usr/games/lib ...
>  *   [4/5] Scanning /usr/i686-pc-linux-gnu/lib ...
>  *   [5/5] Scanning /usr/local/lib ...
> 
> What is this ld.so.conf.d/*.conf which the script cannot find?  Should I just 
> ignore it?

I think I have some obsolete files in /etc, which makes this confusing.
#cat /etc/ld.so.conf
# ld.so.conf autogenerated by env-update; make all changes to
# contents of /etc/env.d directory
/usr/local/lib
include ld.so.conf.d/*.conf   <======== comes from /etc/env.d/00glibc
/usr/lib/opengl/nvidia/lib
/usr/lib/gcc/i686-pc-linux-gnu/4.5.3
/usr/lib/gcc/i686-pc-linux-gnu/4.5.2
//usr/lib/xulrunner-2.0
/usr/lib/qca2
/usr/lib/qt4
/usr/games/lib

#ls -l /etc/ld.so.conf.d/
-rw-r--r-- 1 root root 27 Mar 24  2011 05binutils.conf

That file seems to be obsolete because both of my current binutils
packages were installed later than March 24.

AFAICT there is nothing on my system that uses /etc/ld.so.conf.d/ at all.
So, I'd say ignore the message.


Reply via email to