I've downloaded Portable Allegro Serve from sourceforge page and tried to install it running "INSTALL.lisp" from SBCL, but i get an error:
I tried to install another version of aserve from Cliki, which was said to avoid some bugs, but it got the error:
What can i do to run AllegroServe with SBCL?
SBCL 1.0.28
Ubuntu 8.10
Lock on package SB-EXT violated when setting fdefinition ofI continued compilation, ignoring this package lock, but then i got another error, which seems to relate to the previous:
STRING-TO-OCTETS.
[Condition of type SYMBOL-PACKAGE-LOCKED-ERROR]
Lock on package SB-EXT violated when setting the symbol-functionThere were also some errors related with acl-compat, so i think this is a reason. But i still don't know how to resolve it.
of WITHOUT-PACKAGE-LOCKS.
[Condition of type SYMBOL-PACKAGE-LOCKED-ERROR]
I tried to install another version of aserve from Cliki, which was said to avoid some bugs, but it got the error:
#<UNPORTABLE-CL-SOURCE-FILE "acl-mp" {B0E9B59}>That was the same error i got with first instance of aserve.
[Condition of type ASDF:COMPILE-FAILED]
What can i do to run AllegroServe with SBCL?
SBCL 1.0.28
Ubuntu 8.10