Skip to content

Dynamic linker crashes rather than reporting a missing library

When running a program that requires a library, and that library is not in the expected location, the dynamic linker simply page faults, and does not report an error.

If you recognize the problem as a dynamic linking error, you can set LD_DEBUG=all and it will tell you which library is missing, but you need to know that it's a dynamic linking problem.