Thanks Hans!  I did this and you're right, it's really easy to grab the latest version and all the dependencies with SVN.  However I'm a bit confused about how to proceed to compile from source from all these .lisp files.  Do I still use asdf, and if so how do I point to the newly-downloaded source?<div>
<br></div><div>Sorry about the complete newb questions, I've been going through various tutorials on the web about Hunchentoot and none of them mention using SVN.  </div><div><br></div><div>Thanks again,</div><div><br>
</div><div>Jeremy<br><br><div class="gmail_quote">On Thu, Apr 15, 2010 at 12:02 AM, Hans Hübner <span dir="ltr"><<a href="mailto:hans.huebner@gmail.com">hans.huebner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Jeremy,<br>
<br>
the easiest way to get Hunchentoot and all of its dependencies is to<br>
use Subversion:<br>
<br>
svn co <a href="http://bknr.net/svn/ediware" target="_blank">http://bknr.net/svn/ediware</a><br>
<br>
Regards,<br>
Hans<br>
<div><div></div><div class="h5"><br>
On Thu, Apr 15, 2010 at 00:59, Jeremy Reimer <<a href="mailto:jeremy.reimer@gmail.com">jeremy.reimer@gmail.com</a>> wrote:<br>
> Hello,<br>
> I am getting into LISP and I have found the wonderful Hunchentoot web server<br>
> project.  I am in the process of installing it but I have run into a strange<br>
> roadblock.<br>
> I have installed SBCL and Slime, and I am at this point:<br>
> $ sudo sbcl<br>
> * (require 'asdf-install)<br>
> * (asdf-install:install :hunchentoot)<br>
> The asdf installer scripts reference some dependencies such as MD5<br>
> and CL-BASE64, which attempt to download packages at <a href="http://files.b9.com" target="_blank">files.b9.com</a>, run<br>
> by Kevin Rosenberg, but *.<a href="http://b9.com" target="_blank">b9.com</a> is currently not responding at all<br>
> (and hasn’t for several days) and there seems to be no way to contact<br>
> Kevin to inquire about the status of his web sites.  Do you know what has<br>
> happened to Kevin?  And if not, how can I install Hutchentoot?<br>
> Thank you for any help you can give me!<br>
> Jeremy<br>
</div></div>> _______________________________________________<br>
> tbnl-devel site list<br>
> <a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
> <a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br>
><br>
<br>
_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br>
</blockquote></div><br></div>