Hi,
You have to set LC_CTYPE in order to load rfc2388.asd with utf8
support.
In your .profile add export LC_CTYPE='en_US.UTF-8'
I use quicklisp to load all libs i need (cl-who, hunchentoot, cl-
mysql,...)
So, perhaps you need mysql with hunchentoot.
But clsql won't compile by default.
Take care to compile it manually with gmake (Gnu Make).
Sincerely.