tag 395170 + patch
thanks

Hi Thomas,

as you already know but for the benefit for other users wishing to fix
this: the scheme library path in the file guile.init (shipped as
/usr/share/slib/init/guile.init)  might need to be changed to use
/usr/share instead of /usr/lib.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/
--- guile.init~	2006-04-24 05:53:25.000000000 +0200
+++ guile.init	2006-10-25 14:29:53.000000000 +0200
@@ -58,7 +58,7 @@
 	  (and (defined? 'getenv) (getenv "SCHEME_LIBRARY_PATH"))
 	  ;; Use this path if your scheme does not support GETENV
 	  ;; or if SCHEME_LIBRARY_PATH is not set.
-	  "/usr/lib/slib/"
+	  "/usr/share/slib/"
 	  (in-vicinity (implementation-vicinity) "slib/"))))
     (lambda () library-path)))
 

Reply via email to