common lisp - CLSQL trouble using MySQL as backend on windows -
i'm using sbcl on windows. got error when attempted connect mysql using clsql this.
(ql:quickload :clsql) (clsql:connect '("localhost" "database-name" "database-user-name" "password") :database-type :mysql) couldn't load foreign libraries "libmysqlclient", "libmysql". (searched clsql-sys:*foreign-library- search-paths*: (#p"c:/users/razenrote/appdata/roaming/quicklisp/dists/quicklisp/software/clsql-20140316-git/db-mysql/"))
a note @ bottom of clsql home page (http://www.cliki.net/clsql) addresses issue.
Comments
Post a Comment