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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -