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&#39;t being found. <br><br>However, it&#39;s&nbsp; 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).&nbsp; But when I shut down and restart my lisp, the libs no longer seem accessible. <br>
<br>so this is my process:<br>?(require &#39;asdf)<br>?(push #p&quot;/Users/development/dev_libs/asdf-install/asdf-install/&quot; asdf:*central-registry*)<br>?(asdf:operate &#39;asdf:load-op &#39;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>&nbsp;&nbsp; System in /usr/local/asdf-install/site-systems/<br>&nbsp;&nbsp; Files in /usr/local/asdf-install/site/ <br>
2) Personal installation: <br>&nbsp;&nbsp; System in /Users/development/.asdf-install-dir/systems/<br>&nbsp;&nbsp; Files in /Users/development/.asdf-install-dir/site/ <br>0) Abort installation.<br>&nbsp;--&gt; 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>#&lt;HUNCHENTOOT::SERVER #x30004307F66D&gt;<br><br>then I restart my lisp and run<br>? (asdf:operate &#39;asdf:load-op &#39;hunchentoot)<br>&gt; Error: Error component &quot;hunchentoot&quot; not found<br>
&gt; While executing: ASDF:FIND-SYSTEM, in process Listener(80).<br>&gt; Type :POP to abort, :R for a list of available restarts.<br>&gt; Type :? for other options.<br><br>Any idea what I&#39;m doing wrong?&nbsp; FYI I&#39;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>