guile-user
[Top][All Lists]
Advanced

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

Re: lost: guile 1.7.0 doesn't look to GUILE_LOAD_PATH ?


From: Thomas Wawrzinek
Subject: Re: lost: guile 1.7.0 doesn't look to GUILE_LOAD_PATH ?
Date: Tue, 28 Aug 2001 09:03:43 +0200 (MEST)

Hi!

address@hidden wrote:

 > guile> (use-modules (database postgres))
 > /usr/local/share/guile/database/postgres.scm:26:17: In procedure
 > dynamic-link in expression (dynamic-link "libpostgres.so"):
 > /usr/local/share/guile/database/postgres.scm:26:17: file: "libpostgres.so",
 > message: "file not found"

Can you try to change that line to (dynamic-link "libpostgres")
[i.e. without the extension]?

I vaguely remember having had similiar problems with libtool libraries.

In any case, you can examine which libraries libltdl tries to load by
looking at the system calls of your process (e.g. strace on Linux).

That might tell you more.

Regards,

                        Thomas



reply via email to

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