newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: cax on August 25, 2014, 08:53:44 AM

Title: newlisp windows version and mysql
Post by: cax on August 25, 2014, 08:53:44 AM
Hi,

I'm a newbie.

I installed v.10.6.0 (Win32 installer v.10.6.0), since I'm using window7.

mysql version 5.6

when using (module 'mysql.lsp'), I got the error message as "cannot find libmysqlclient library".

I can't find this file in mysql.

Appreciate your advice :)
Title: Re: newlisp windows version and mysql
Post by: Lutz on August 25, 2014, 10:02:35 AM
http://www.mysql.com/why-mysql/windows/
Title: Re: newlisp windows version and mysql
Post by: cax on August 25, 2014, 08:10:31 PM
Hi Lutz,



Thank you for the answer.

Are you suggesting me reinstall mysql or mysql-connector?



cax
Title: Re: newlisp windows version and mysql
Post by: Lutz on August 25, 2014, 09:11:17 PM
Looking through the linked page, I realize that this looks very different from running MySQL on Mac OS X or Linux or other Unix. I have never used MySQL on Windows. Perhaps somebody else on this board has experience running MySQL with newLISP on Windows and can help you. Maybe the ODBC interface will work with the odbc.lsp  module in the newLISP distribution.
Title: Re: newlisp windows version and mysql
Post by: cax on August 25, 2014, 10:46:49 PM
Thank you Lutz. The odbc.lsp loaded.  :)

Trying to connect to my database.