我想在freebsd框上安装hunchentoot,但是quicklisp报告了错误:
(ql:quickload "hunchentoot")
To load "hunchentoot":
Load 3 ASDF systems:
rfc2388 trivial-backtrace usocket
Install 15 Quicklisp releases:
alexandria babel bordeaux-threads cffi chunga
cl+ssl cl-base64 cl-fad cl-ppcre flexi-streams
hunchentoot md5 trivial-features trivial-garbage
trivial-gray-streams*-标题丢失魔法值1F,8B (得到3C,21代替)!下面的重新启动是可用的:中止:R1放弃"hunchentoot“
中止中断1 2> :i
*标准对象
类型:QL-GUNZIPPER::GZIP-解压缩-错误0美元格式-控制:“头丢失魔术值~2,'0X,~2,'0X (got ~2,'0X,~2,'0X代替)!”1$格式-参数:(31 139 60 33) :R2在这里中止主漏洞代码
怎么修呢?谢谢!
发布于 2011-09-23 13:09:33
看起来Quicklisp下载的文件无效;它们不以预期的GZIP文件头开头。相反,它们从<!...开始,它看起来非常像HTML。你的网络中有代理吗?如果是这样,请尝试如下:
(setf (ql-config:config-value "proxy-url") "http://your.proxy.url:xyz/")发布于 2011-09-25 03:45:34
"hunchentoot“现在可以安装在我的archlinux盒上。但"uffi“不能安装:
(ql:quickload "uffi")
To load " uffi":
Install 1 Quicklisp release:
uffi
; Fetching #<URL "http://beta.quicklisp.org/archive/uffi/2010-11-07/uffi-20101107-git.tgz">
; 175.27KB
==================================================
179,479 bytes in 10.53 seconds (16.64KB/sec)
; Loading "uffi"
*** - Component "uffi" not found我不明白为什么速递有这么多的问题!
https://stackoverflow.com/questions/7525250
复制相似问题