Quantcast
Channel: What is the LD_PRELOAD trick? - Stack Overflow
Viewing all articles
Browse latest Browse all 10

Answer by Joshua for What is the LD_PRELOAD trick?

$
0
0

You can override symbols in the stock libraries by creating a library with the same symbols and specifying the library in LD_PRELOAD.

Some people use it to specify libraries in nonstandard locations, but LD_LIBRARY_PATH is better for that purpose.


Viewing all articles
Browse latest Browse all 10

Trending Articles