skribilo-users
[Top][All Lists]
Advanced

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

Re: [skribilo-users] config failure on OS X 10.4 (ppc64)


From: Ludovic Courtès
Subject: Re: [skribilo-users] config failure on OS X 10.4 (ppc64)
Date: Fri, 13 Apr 2012 21:53:17 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux)

Hi,

Roger Mason <address@hidden> skribis:

> perthite rmason  $ guile -c '(use-modules (srfi srfi-35))'
> ERROR: In procedure dynamic-link:
> ERROR: file: "libguile-srfi-srfi-1-v-3", message: "file not found"

This means that Guile’s libraries are not the loader search path,
$LD_LIBRARY_PATH.

Can you make sure the LD_LIBRARY_PATH environment variable contains the
directory where libguile-srfi-srfi-1-v-3.dylib and co. are installed?

One way to do it, in Bash, is:

  export LD_LIBRARY_PATH="`guile -c "(display (assoc-ref %guile-build-info 
'libdir))"`:$LD_LIBRARY_PATH"

Thanks,
Ludo’.



reply via email to

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