I also occur this question. And I can't solve it.
On Friday, July 6, 2012 8:04:42 AM UTC+8, Seven Hong wrote: > > Thanks a lot guys! I found my emacs+quicklisp combination need to be > updated.. > > so I updated quicklisp by typing (ql:update-all-dists) & > (ql:update-client) and installed weblocks again by (ql:quickload > "weblocks") and everything seems working smoothly, everything is downloaded > and installed. But now emacs keeps showing an endless message: > > CL-USER> (ql:quickload "weblocks") > To load "weblocks": > Load 1 ASDF system: > weblocks > ; Loading "weblocks" > ...To load "asdf": > Load 1 ASDF system: > asdf > ; Loading "asdf" > > ; Loading "weblocks" > To load "asdf": > Load 1 ASDF system: > asdf > ; Loading "asdf" > > ; Loading "weblocks" > To load "asdf": > Load 1 ASDF system: > asdf > ; Loading "asdf" > > ; Loading "weblocks" > To load "asdf": > Load 1 ASDF system: > asdf > ; Loading "asdf" > > That looked so weird, so I terminated emacs and opened again, and typed > (ql:quickload "weblocks") again, and emacs still keeps displaying this > message... Is this.. what does this mean? > > On Thursday, July 5, 2012 6:08:47 PM UTC-4, Paulo Geyer wrote: >> >> Looks like it couldn't find libssl32.dll >> I'm not sure if this would work, but you can try to download the >> "libssl32.dll" >> file (put into windows 7 libraries directory) >> >> On Thu, Jul 5, 2012 at 6:37 PM, Mikael Andersson wrote: >> >>> Sorry, do not have a clue, it might be something that only appears in >>> Windows 7. I am running Linux myself and have not had any problems with any >>> ssl lib. >>> >>> I hope you will solve it! >>> >>> Den torsdagen den 5:e juli 2012 kl. 22:51:22 UTC+2 skrev Seven Hong: >>> >>>> thanks Mikael, that works! except.. I saw an erro message while emacs >>>> was loading weblocks... It was downloading a bunch of stuffs first, and >>>> then it began loading stuffs, then it says: >>>> >>>> Unable to load foreign library (LIBSSL). >>>> Error opening shared library libssl32.dll : . >>>> [Condition of type CFFI:LOAD-FOREIGN-LIBRARY-**ERROR] >>>> >>>> Restarts: >>>> 0: [RETRY] Try loading the foreign library again. >>>> 1: [USE-VALUE] Use another library instead. >>>> 2: [LOAD-SOURCE] Load "c:/PROGRA~2/LISPBO~1.7/** >>>> quicklisp/dists/quicklisp/s...**" instead of "C:/Users/Seven >>>> Hong/AppData/Roaming/common-**lisp/ca..." >>>> 3: [RECOMPILE] Compile "c:/PROGRA~2/LISPBO~1.7/** >>>> quicklisp/dists/quicklisp/s...**" into "C:/Users/Seven >>>> Hong/AppData/Roaming/common-**lisp/ca..." then load "C:/Users/Seven >>>> Hong/AppData/Roaming/common-**lisp/ca..." again >>>> 4: [RETRY-LOAD] Retry loading #P"C:/Users/Seven >>>> Hong/AppData/Roaming/common-**lisp/cache/ccl-1.6-f94-win-** >>>> amd64/c/PROGRA~2/LISPBO~1.7/**quicklisp/dists/quicklisp/** >>>> software/cl+ssl-20101006-cvs/**reload.wx64fsl" >>>> 5: [SKIP-LOAD] Skip loading #P"C:/Users/Seven >>>> Hong/AppData/Roaming/common-**lisp/cache/ccl-1.6-f94-win-** >>>> amd64/c/PROGRA~2/LISPBO~1.7/**quicklisp/dists/quicklisp/** >>>> software/cl+ssl-20101006-cvs/**reload.wx64fsl" >>>> --more-- >>>> >>>> any idea..? >>>> >>>> >>>> On Thursday, July 5, 2012 5:15:30 AM UTC-4, Mikael Andersson wrote: >>>>> >>>>> On the page http://www.quicklisp.org/beta/**, there are instructions >>>>> for searching for packages. If you use >>>>> (ql:system-apropos "weblocks") you will see that there is a package >>>>> weblocks. >>>>> >>>>> Then just install it by invoking: >>>>> >>>>> *(ql:quickload "weblocks")* >>>>> >>>>> >>>>> Regards, >>>>> >>>>> Mikael >>>>> >>>>> Den onsdagen den 4:e juli 2012 kl. 22:07:58 UTC+2 skrev Seven Hong: >>>>>> >>>>>> Hi all, >>>>>> >>>>>> I just decided to give a try to weblock today, but got stuck in >>>>>> installation step... it says quicklisp can install it really easily on >>>>>> homepage, but I couldn't find any particular instruction for >>>>>> installation >>>>>> by quicklisp. >>>>>> >>>>>> I use Win7+emacs+slime+quicklisp BTW. >>>>>> >>>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "weblocks" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/weblocks/-/JQdhtQUkIIsJ. >>> >>> To post to this group, send email to [email protected]<javascript:> >>> . >>> To unsubscribe from this group, send email to >>> [email protected] <javascript:>. >>> For more options, visit this group at >>> http://groups.google.com/group/weblocks?hl=en. >>> >> >> -- You received this message because you are subscribed to the Google Groups "weblocks" group. To view this discussion on the web visit https://groups.google.com/d/msg/weblocks/-/1Af-RBJkp-8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
