> > Jeff, > > I'm new to ODBC Connectivity. I plan on OpenLink iODBC Driver Manager > (3.0.6) and their Lite Edition of our Universal Data Access > Driver Suite for > SQL Server. (That's what I'm testing with.)
That's OK, but get the latest version of DBD::ODBC (version 0.45_15) as there's a fix in there specifically for that version. > > Who distributes unixODBC version 2.2.3? Why is it better? www.unixodbc.org I prefer it now because, mostly, the developer works with DBD::ODBC and lurks around dbi-users mailing list. That's a great help for me, when I (or others) have issues. I can't really debate one vs. the other, since I'm not up on the latest versions of iODBC. The reason that I mentioned it is that Makefile.PL detected (or thought it detected) unixODBC, not iODBC. It should detect that. If you could track down the files it's looking for on iODBC and why it can't find them, that would be helpful...and, that *is* a problem if it detects one and the other is the right one. Regards, Jeff > -----Original Message----- > From: Jeff Urlwin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 21, 2002 6:07 PM > To: Levine, Peter W; [EMAIL PROTECTED] > Subject: RE: bogus warnings while making DBD-ODBC-0.43 > > > Peter, > > I've never seen the multiple copies message before, but as long > as you only > have one :) > > #2 is just an informational message. However, unrelated to that: > Make sure > you get unixODBC version 2.2.3. > > Regards, > > > Jeff > > > -----Original Message----- > > From: Levine, Peter W [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, August 21, 2002 2:33 PM > > To: '[EMAIL PROTECTED]' > > Subject: bogus warnings while making DBD-ODBC-0.43 > > > > > > Hi, > > > > After executing perl Makefile.pl for DBD-ODBC-0.43 on solaris 2.7 > > I get the > > following "warning" messages. Can they safely be ignored? > > > > 1) Multiple copies of Driver.xst found in: > > /export/home/pwl4/perl_lib/sun4-solaris/auto/DBI > > /export/home/pwl4/perl_lib/sun4-solaris/auto/DBI at Makefile.PL line 51 > > Using DBI 1.30 installed in > > /export/home/pwl4/perl_lib/sun4-solaris/auto/DBI > > Using ODBC in /export/home/pwl4 > > > > NOTE1: As far as I can tell there is only 1 copy of Driver.xst in the > > specified directory. > > > > 2) Umm, this looks like a unixodbc type of driver manager. > > We expect to find the sql.h, sqlext.h and (which were > > supplied with unixODBC) in $ODBCHOME/include directory alongside > > the /export/home/pwl4/lib/libodbc.so library. in $ODBCHOME/lib > > > > NOTE2: The expected files _are_ there. It looks like $ODBCHOME > may not be > > getting expanded correctly. The value of $ODBCHOME _is_ > > "/export/home/pwl4" > > but the warning seems unaware of this. > > > > 3) Multiple copies of Driver.xst found in: > > /export/home/pwl4/perl_lib/sun4-solaris/auto/DBI > > /export/home/pwl4/perl_lib/sun4-solaris/auto/DBI at Makefile.PL li > > > > NOTE3: This message is repeated a second time. See NOTE3 > > > > Pete > > > > Peter Levine > > 415-286-5716 - 345 California > > [EMAIL PROTECTED] > > > > > > > >