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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -