I built a binary and ran it on a server. cl-dbi wanted to install dbd-sqlite3 on the fly, it called to ASDF, that didn't find the common-lisp/ directory (as expected), and failed with a useless error message.
Hopefully this addition will save someone some digging.
But also, maybe can cl-dbi print a warning that it is going to (try to) install a missing driver? dbi.lisp, with-autoload-on-missing.
I built a binary and ran it on a server. cl-dbi wanted to install dbd-sqlite3 on the fly, it called to ASDF, that didn't find the common-lisp/ directory (as expected), and failed with a useless error message.
Hopefully this addition will save someone some digging.
But also, maybe can cl-dbi print a warning that it is going to (try to) install a missing driver?
dbi.lisp
,with-autoload-on-missing
.Best,
[ci skip]