<div dir="ltr">Hi,<div style>I'm trying to get my small webserver up on my tiny machine.</div><div style>I've compiled the latest ECL and I get the following error after trying to use quicklisp</div><div style><br>
</div><div style><div>davidc@vps:~$ ecl</div><div>;;; Loading "/home/davidc/quicklisp/setup.lisp"</div><div>;;; Loading #P"/usr/local/lib/ecl-12.12.1/cmp.fas"</div><div>;;; Loading #P"/usr/local/lib/ecl-12.12.1/asdf.fas"</div>
<div>ASDF could not load sockets because Error while trying to load definition for system sockets from pathname SYS:SOCKETS.ASD.NEWEST: There is no package with the name ASDF-1.0..</div><div>An error occurred during initialization:</div>
<div>Error while trying to load definition for system sockets from pathname SYS:SOCKETS.ASD.NEWEST: There is no package with the name ASDF-1.0..</div><div>davidc@vps:~$ (ql:quickload "hunchentoot")</div><div>-bash: ql:quickload: command not found</div>
<div>davidc@vps:~$ </div><div><br></div><div style>Does anyone know how to get around this one?</div><div style>If I take out the autoload created by quicklisp in .eclrc, it all seems to work again. ldconfig is setup correctly I think.</div>
<div style><br></div><div style>My .eclrc is :-</div><div style><div>;;; The following lines added by ql:add-to-init-file:</div><div>#-quicklisp</div><div>(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"</div>
<div>                                       (user-homedir-pathname))))</div><div>  (when (probe-file quicklisp-init)</div><div>    (load quicklisp-init)))</div><div><br></div></div><div style>Not sure what is happening.</div>
<div style>Regards</div><div style>David</div></div></div>