NetBSD

ID #1104

No need for ldconfig or for ld.so.conf!

Ideally, there is no need for ldconfig or for <?php
/etc/ld.so.conf
?>
, since ELF provides good and predictable (read portable) mechanism to locate shared libraries. Unfortunately there are still a few corner cases (like wanting to run setuid binaries that you don't have the source for, that want shared libraries to be installed somewhere you don't like). For those corner cases, you'll find that creating an <?php
/etc/ld.so.conf
?>
file, will still work. Read on though about other ways of doing this and why it is not a good idea. The next section discusses the ELF mechanisms for locating shared libraries.

Tags: ELF, ldconfig, NetBSD

Related entries:

Last update: 2009-08-03 18:24
AuthorLuke Francis
Revision: 1.0

Digg it! Print this record Send FAQ to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this FAQ:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry