David Creelman <creelman.da...@gmail.com> writes:

> Hi,
> I'm trying to get my small webserver up on my tiny machine.
> I've compiled the latest ECL and I get the following error after trying to
> use quicklisp
>
> davidc@vps:~$ ecl
> ;;; Loading "/home/davidc/quicklisp/setup.lisp"
> ;;; Loading #P"/usr/local/lib/ecl-12.12.1/cmp.fas"
> ;;; Loading #P"/usr/local/lib/ecl-12.12.1/asdf.fas"
> 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..
> An error occurred during initialization:
> 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..
> davidc@vps:~$ (ql:quickload "hunchentoot")
> -bash: ql:quickload: command not found
> davidc@vps:~$
>
> Does anyone know how to get around this one?
> If I take out the autoload created by quicklisp in .eclrc, it all seems to
> work again. ldconfig is setup correctly I think.
>
> My .eclrc is :-
> ;;; The following lines added by ql:add-to-init-file:
> #-quicklisp
> (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
>                                        (user-homedir-pathname))))
>   (when (probe-file quicklisp-init)
>     (load quicklisp-init)))
Your sockets.asd file must be coming from a previous compilation. Try
doing make distclean before compiling.

-- 
With best regards, Stas.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to