From: Victor Reyes Date: 2004-10-30T21:35:00+09:00 Subject: Re: How to connect to a DB2 database. I tried it without the "/" with the same result. C:\$user\ruby\ruby-db2-0.4>set DB2DIR=C:/db2/SQLLIB C:\$user\ruby\ruby-db2-0.4> ruby setup.rb config setup.rb:714: warning: don't put space before argument parentheses entering config phase... config done. C:\$user\ruby\ruby-db2-0.4> ruby setup.rb setup setup.rb:714: warning: don't put space before argument parentheses entering setup phase... C:/Ruby/bin/ruby extconf.rb checking for SQLConnect() in db2cli.lib... no ABORT: Could not locate DB2 libraries or headers! Please set DB2DIR to your DB2 directory, e.g. /usr/IBMdb2/V7.1 (UNIX) or C:/SQLLIB (Windows) setup failed 'system C:/Ruby/bin/ruby extconf.rb' failed try "ruby setup.rb --help" for usage C:\$user\ruby\ruby-db2-0.4> Thanks, Victor On Fri, 29 Oct 2004 12:43:13 +0900, Pe�a, Botp wrote: > Victor Reyes [mailto:victor.reyes@gmail.com] wrote: > > C:\$user\ruby\ruby-db2-0.4>set DB2DIR=C:/db2/SQLLIB/ > > haven't tried it but will it help if you remove the last "/" ? > > some scripts balks on simple typos esp on windows.. > >