I needed to install a perl extension from a third-party. It’s an interface to a shared library, a .so file, that they also supply. Normally I’d add the directory containing the shared library to the LD_LIBRARY_PATH environment variable. Then when the extension is loaded the system dynamic loader can find it. For various reasons I didn’t want to do that in this case. An alternative approach is to p