Hi, Bruce Korb <bruce.k...@gmail.com> writes:
> (My private directory fails "configure", [...] > ./gen-scmconfig >> scmconfig.h.tmp > ./gen-scmconfig: error while loading shared libraries: libltdl.so.7: > cannot open shared object file: No such file or directory Both problems mean that libltd.so isn’t in the loader’s search path ($LD_LIBRARY_PATH). In 1.8 ‘configure’ wrecks havoc when libltdl.so isn’t found, instead of actually diagnosing this. At any rate, adding libltdl.so’s directory to the loader’s search path should fix it. Hope this helps, Ludo’.