in reply to Re^2: LD_LIBRARY_PATH setting
in thread LD_LIBRARY_PATH setting

Worth adding that it should be possible to compile the related perl .so modules with a path to their dependencies, if necessary. The CC option -Wl,--rpath=/path/to/libs is passed to linker; resulting shared objects ought to load without custom LD_LIBRARY_PATH. So it's a matter of properly done module install.