freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Re running make fails


From: Lawrence D'Oliveiro
Subject: Re: [ft] Re running make fails
Date: Wed, 20 May 2015 20:10:57 +1200

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:

    address@hidden:~ # cat /etc/ld.so.conf
    include /etc/ld.so.conf.d/*.conf
    address@hidden:~ # 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]