On Wed, 20 May 2015 09:56:02 +0200 (CEST), Jan Engelhardt wrote: > But on GNU/Linux, having /usr/local/lib in ld.so.conf is normally > not needed because it is already hardcoded.
Nope, the ldconfig(8) man page <http://linux.die.net/man/8/ldconfig> makes clear that only /lib and /usr/lib are hardcoded, everything else must be explicitly specified. On my Debian system: root@theon:~ # cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf root@theon:~ # cat /etc/ld.so.conf.d/* # additional stuff needed for Blender /usr/local/OpenColorIO/lib /usr/lib/x86_64-linux-gnu/libfakeroot # libc default configuration /usr/local/lib # Multiarch support /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu # Legacy biarch compatibility support /lib32 /usr/lib32 # Legacy biarch compatibility support /libx32 /usr/libx32 _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
