Hi, "Whitlock, Bradley D" <bradley.d.whitl...@lmco.com> writes:
> guile> (use-modules (ice-9 readline)) > ERROR: In procedure dynamic-link: > ERROR: file: "libguilereadline-v-17", message: "The specified module could > not be found." This means that Guile failed to dlopen libguile-readline, which probably means that libguile-readline is not in the loader’s search path ($LD_LIBRARY_PATH on GNU variants.) Can you check that? Hope this helps, Ludo’.