From: Stuart Hunter Date: 2001-09-29T02:30:19+09:00 Subject: [ruby-talk:21809] Ruby/MySQL under Win2K I have Ruby installed on Windows 2000 and am looking for a library that will interface it to the MySQL I have also under Windows 2000. I downloaded mysql-ruby-2.3.2a.tar but bot sure that I have it working properly, for example in the extconf.rb file I am not sure where I should be pointing this: $LDFLAGS = "-L#{MYSQLDIR}/lib/mysql" I have a lib directory in my mysql directory, but no mysql directory under that. Is there an easier way to get them talking together or does someone have a step-by-step for getting them together under Windows? -- Stuart