guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ERROR: file: "libguilereadline-v-17", message: "The specified module


From: Ludovic Courtès
Subject: Re: ERROR: file: "libguilereadline-v-17", message: "The specified module could not be found"
Date: Tue, 04 Jan 2011 17:52:52 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Hi,

"Whitlock, Bradley D" <address@hidden> 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’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]