Hello Eric,

please, use ODBC to connect to your MySQL Server. ODBC is installed on all Windows machines anyway. You will need the MySQL-ODBC connector available from Oracle.

Cf.
http://en.wikibooks.org/wiki/GLPK/ODBC

In principle you should be able to compile GLPK with MySQL enable by modifying the config.h file (defining symbol MYSQL_DLNAME) and the Makefile (adjust the include paths) in the w64 or w32 directory. The relevant code implementing the MySQL connectivity is in src/glpsql.c.

Best regards

Xypron

On 16.09.2011 20:45, Eric Moore wrote:
Andrew,
I really appreciate the quick response. I'm running the software on a Windows machine. When I looked at the manual, I thought it explaining how to install the software on a Linux machine. Is that correct? If so, could you let me know how to enable the MySQL driver on a Windows machine. For Windows, I simply downloaded the Windows version, ran the installation executable and followed the instructions. Do I need to go to a command prompt in Windows and run a script to activate the MySQL driver? If so, could you email me the command that I need to run. I am sorry....I might just be a little slow with this stuff. It just seemed like the manual was describing installation on a Linux machine.
Thanks,
Eric


_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to