Advanced #Programming in the #UNIX Environment
Week 11, Shared Libraries
In this video, we cover shared libraries themselves. We'll discuss just what exactly a shared library is, how you create one, and how we can influence the behavior of dynamically linked executables due to the way the link-editor works by, e.g., setting the LD_LIBRARY_PATH variable or using the "-rpath" flag for the linker.