The ‘libltdl’ library is used to find libraries. You may need to set some environment variables to find your libraries. For the bash shell, you might need to do something like this.
export LTDL_LIBRARY_PATH=$LTDL_LIBRARY_PATH:/path/to/your/libraries export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/your/libraries