Hello, "Ahmed Majeed Khan" <khana...@msu.edu> writes:
> ./gen-scmconfig: error while loading shared libraries: libltdl.so.7: cannot > open shared object file: No such file or directory This probably means that `libltdl.so' (which comes from Libtool) is not in the loader's search path. If `libltdl.so' is installed, say, under `/foo/bar', you should first "export LD_LIBRARY_PATH=/foo/bar:$LD_LIBRARY_PATH". Hope this helps, Ludo'.