Hi.<br><br>I just recently updated from ccl 1.0(installed via MacPorts) to the 1.1 branch(pulled down from cvs), and it seems as if my asdf installed libs aren't being found. <br><br>However, it's  a bit weirder than just that: from the REPL, if I do an (asdf-install:install :huchentoot) the package is downloaded and installed in my ~/.asdf-install-dir directory and the lib is available (so I can start up huchentoot, etc).  But when I shut down and restart my lisp, the libs no longer seem accessible. <br>
<br>so this is my process:<br>?(require 'asdf)<br>?(push #p"/Users/development/dev_libs/asdf-install/asdf-install/" asdf:*central-registry*)<br>?(asdf:operate 'asdf:load-op 'asdf-install)<br>?(setq asdf-install:*verify-gpg-signatures* nil)<br>
?(push :HUNCHENTOOT-NO-SSL *FEATURES*)<br>?(asdf-install:install :hunchentoot)<br>Install where?<br>1) System-wide install: <br>   System in /usr/local/asdf-install/site-systems/<br>   Files in /usr/local/asdf-install/site/ <br>
2) Personal installation: <br>   System in /Users/development/.asdf-install-dir/systems/<br>   Files in /Users/development/.asdf-install-dir/site/ <br>0) Abort installation.<br> --> 2<br>;;; ASDF-INSTALL: Downloading 129670 bytes from <a href="http://weitz.de/files/hunchentoot.tar.gz">http://weitz.de/files/hunchentoot.tar.gz</a> to /Users/development/asdf-install-0.asdf-install-tmp ...<br>
<br>? (hunchentoot:start-server :port 4242)<br>#<HUNCHENTOOT::SERVER #x30004307F66D><br><br>then I restart my lisp and run<br>? (asdf:operate 'asdf:load-op 'hunchentoot)<br>> Error: Error component "hunchentoot" not found<br>
> While executing: ASDF:FIND-SYSTEM, in process Listener(80).<br>> Type :POP to abort, :R for a list of available restarts.<br>> Type :? for other options.<br><br>Any idea what I'm doing wrong?  FYI I'm running Leopard on a new Macbook and the behavior is the same from both SLIME and from the Clozure CL.app, as well as different libraries (such as cl-cont)<br>
<br>thanks<br>Mike Kohout<br>