newlisp windows version and mysql

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
cax
Posts: 3
Joined: Mon Aug 25, 2014 3:40 pm

newlisp windows version and mysql

Post by cax »

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 :)

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: newlisp windows version and mysql

Post by Lutz »


cax
Posts: 3
Joined: Mon Aug 25, 2014 3:40 pm

Re: newlisp windows version and mysql

Post by cax »

Hi Lutz,

Thank you for the answer.
Are you suggesting me reinstall mysql or mysql-connector?

cax

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: newlisp windows version and mysql

Post by Lutz »

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.

cax
Posts: 3
Joined: Mon Aug 25, 2014 3:40 pm

Re: newlisp windows version and mysql

Post by cax »

Thank you Lutz. The odbc.lsp loaded. :)
Trying to connect to my database.

Locked