tech-pkg archive

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

Re: Linux /etc/ld.so.conf.d files



On Mon, May 07, 2012 at 04:03:13PM +0200, Edgar Fuß wrote:
> What's the suggested method for handling Linux /etc/ld.so.conf.d/* files?

Don't. The best way is almost always to use chrpath and make it do the
right thing. Adding entries to ld.so.conf and friends is about the same
as wrapper scripts setting LD_LIBRARY_PATH. It works for the easy case,
but tends to add some subtile issues that can be avoided by doing it
properly in first place.

Joerg


Home | Main Index | Thread Index | Old Index