<html>
<body>
<div style='font: 12pt sans-serif;'>
Hi,
<br />I'm using asdf-install over the clisp and have problem with loading already installed components.
<br />Thats looks like asdf and asdf-install successfully installed.
<br />This is my initialization file (~/.clisprc):
<br />
<br /> #-:asdf (load "/home/bohdan/asdf/")
<br /> (pushnew "/home/bohdan/asdf/registry/" asdf:*central-registry* :test #'equal)
<br /> #-:asdf-install (asdf:operate 'asdf:load-op :asdf-install)
<br />
<br />I installed package cl-smtp with the next command:
<br />(asdf-install:install :cl-smtp)
<br />
<br />cl-smtp works after installation.
<br />After relaunching clisp can't load it:
<br />
<br />[1]> (asdf:oos 'asdf:load-op :cl-smtp)
<br />
<br />*** - component "cl-smtp" not found
<br />The following restarts are available:
<br />ABORT :R1 Abort main loop
<br />
<br />
<br />Also I can't load any file from ~/.asdf-install-dir/systems
<br />
<br />
<span>
<a href="mailto:bohdan@september:%7E/.asdf-install-dir/systems$">... ~/.asdf-install-dir/systems$ </a> ls</span>
<br />cl-base64.asd cl-smtp.asd flexi-streams.asd mel-base.asd split-sequence.asd usocket.asd
<br />
<br />Can you help me with this issue? Maybe I do something wrong?
<br />Thank you.
<br />
<br />Bohdan.
</div></body>
</html>