|
From: | jbarciela jbarciela |
Subject: | Re: [Chicken-users] repl with scgi? |
Date: | Fri, 7 Jul 2006 10:23:53 -0400 |
Finally I could find some time to play again. I followed the suggestion from Peter and Kon, downloaded 2.315 and built it myself. Threads are working now. For the REPL I'm starting the scgi server in it's own thread as Thomas and Felix suggested, works great. And works great from Quack too. Thank you all for your help. Thank you Graham for taking the time to write the long answer, it was of help. The most useful part was the confirmation that the protocol does not specify how the application process runs. Now back to learning scheme. Jaime On 7/2/06, felix winkelmann <address@hidden> wrote:
On 6/29/06, jbarciela jbarciela <address@hidden> wrote: > Hello Peter, > > Unfortunatelly in my system (PowerBook G4, OSX 10.4.6, Chicken Version > 2, Build 3 - macosx-unix-gnu-ppc - [ dload ptables ], installed via > Darwin ports) I get this instead: > > #;1> (use srfi-18) > ; loading library srfi-18 ... > Error: (load-library) unable to load library > srfi-18 > "dlopen(libchicken.dylib, 9): image not found" > > Call history: > > <eval> (load-library (quote srfi-18)) <-- > Where have you installed libchicken.dylib to? If it is a non-standard path, set DYLD_LIBRARY_PATH to the directory that contains the dylib and run csi again - that should find the library. cheers, felix
[Prev in Thread] | Current Thread | [Next in Thread] |