|
|
 |
 |
 |
 |
overriding the dynamic library
Hi, I wonder how can we override the dynamic library loaded by ld on start up.(dynamic linked application). so that linker uses the new library to find symbols. Is it possible to do.
Hi, you can set a default library path while linking or set the environment to override the dynamic library: http://godi.ocaml-programming.de/project-doc/finding_libraries.txt marika@gmail.com schrieb:
> Hi, > I wonder how can we override the dynamic library loaded by ld on start > up.(dynamic linked application). so that linker uses the new library > to find symbols. > Is it possible to do.
On May 28, 3:14 pm, Tobias Bergmann <t@tobipage.de> wrote: Thaks for that.. It works when v set LD_LIBRARY_PATH to latest lib(lib we want),but this happens on start up. can we do this after loader did his job, by finding the address of loaded library, and loading our library into this area.
|
 |
 |
 |
 |
|