SBCL x86-64 working (suse64)
Posted by Michael on March 4, 2008
Finally I managed to get a working 64 bit threaded sbcl enviroment working with hunchentoot on SUSE64 /w 400 MB RAM.
Necessary changes :
forget about cffi and uffi tests (at least for now)got them at least partially working
- in cffi/src/libraries.lisp had to change (defparameter *cffi-feature-suffix-map* … (cffi-features:unix . “.so.0”))
I don’t like this change, cause now every lib needs to be symlinked but haven’t found other working solutions yet - run sbcl with “–dynamic-space-size 256“
Problems
no make’ing of any *.so (needed by clsql for example)make them by handno database or any storage backend yetgot clsql installed, made needed *.so’s by hand
Now I leave it running for some days to check for memory consumption and errors.
Edit /March 06
- 2 days working, so far no errors, adding basic pages again
- clsql connects to a MySQL database
Advertisements
Leave a Reply