THANKS corvir!!!!! , i should have thought of that.
I have been using my distro's package (arch linux), but it is obviously out of date (this is rare for arch, but i guess this is a bit of a niche package).
I did my own build of ecl from the latest git, and this problem disappeared.
Search found 2 matches
- Fri Aug 02, 2013 12:50 am
- Forum: Common Lisp
- Topic: Hunchentoot + ECL , installed with quicklisp problem
- Replies: 3
- Views: 7973
- Wed Jul 31, 2013 6:26 am
- Forum: Common Lisp
- Topic: Hunchentoot + ECL , installed with quicklisp problem
- Replies: 3
- Views: 7973
Hunchentoot + ECL , installed with quicklisp problem
Hi, I am a lisp newbie, and i was wanting to set up hunchentoot as a lisp application/web server (apache -> hunchentoot) I am using ECL as it is supported on my platform (ARM) Everything looked good initially i installed ecl, added quicklisp and did (ql:quickload "hunchentoot") this downlo...