loving-common-lisp icon indicating copy to clipboard operation
loving-common-lisp copied to clipboard

error when running (ql:quickload :clsql-postgresql)

Open jedzza opened this issue 2 years ago • 1 comments
trafficstars

While trying to work through the book I get an error when the above form is entered at the REPL:

Component CLSQL-UFFI-SYSTEM::UFFI does not match version 2.0, required by #<SYSTEM "clsql-uffi"> [Condition of type ASDF/FIND-COMPONENT:MISSING-DEPENDENCY-OF-VERSION]

have I missed something during setup?

jedzza avatar Oct 23 '23 16:10 jedzza

I am having the same problem using SBCL 2.3.8

I also see a similar error for SQLite: (ql:quickload :clsql-sqlite)

mark-watson avatar Oct 30 '23 17:10 mark-watson