bug-guile
[Top][All Lists]
Advanced

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

Re: error messages of "dynamic-link"


From: Neil Jerram
Subject: Re: error messages of "dynamic-link"
Date: Sat, 16 May 2009 11:53:14 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

tantalum <address@hidden> writes:

> Hi,
>
> while experimenting with using "dynamic-link" with guile 1.8.6, I
> noticed that some libraries can not be loaded.
> same location ("/usr/lib"), same filename extension (".so").
> for example "libc.so", "libopcodes.so".
> the error message always says "File not Found", which is irritating.
> i believe this is a bug, or there is a missing feature.

Hi Julian,

A couple of ideas to try:

1. Rerun under strace, to find out exactly where Guile is looking for
the library that you want.

2. Check that permissions on the library files will allow the user
running Guile to read them.

If that doesn't solve the problem, please post the part of the strace
output which covers looking for the problematic library.

Regards,
        Neil




reply via email to

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