[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #418: csi unable to load core libraries in 4.6.0 on a
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #418: csi unable to load core libraries in 4.6.0 on amd64 |
Date: |
Thu, 28 Oct 2010 18:11:29 -0000 |
#418: csi unable to load core libraries in 4.6.0 on amd64
----------------------------+-----------------------------------------------
Reporter: ewfalor | Owner:
Type: defect | Status: new
Priority: major | Milestone: 4.7.0
Component: core libraries | Version: 4.6.x
Keywords: |
----------------------------+-----------------------------------------------
When I attempt to load a core library in csi, I get an error message
saying that libchicken.so.5 cannot be found.
% csi -n
#;1> (use lolevel)
; loading library lolevel ...
Error: (load-library) unable to load library
lolevel
"libchicken.so.5: cannot open shared object file: No such file or
directory"
Call history:
<syntax> (use lolevel)
<syntax> (##core#require-extension (lolevel) #t)
<syntax> (##core#begin (##core#begin (##sys#load-library
(quote lolevel) #f)) (##core#undefined))
<syntax> (##core#begin (##sys#load-library (quote
lolevel) #f))
<syntax> (##sys#load-library (quote lolevel) #f)
<syntax> (quote lolevel)
<syntax> (##core#quote lolevel)
<syntax> (##core#undefined)
<eval> (##sys#load-library (quote lolevel) #f) <--
--
Ticket URL: <http://bugs.call-cc.org/ticket/418>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #418: csi unable to load core libraries in 4.6.0 on amd64,
Chicken Trac <=