Not true. HOw about trying unixODBC-2.0.10? I know a few people who are using it successfully, including some people at EasySoft, using it with their ODBC products. I had a few Makefile.PL patches for making with Easysoft. There is a "developer" release which fixes a few build issues. I think I should move it to CPAN to get it out, before doing more hacking, as I've been bogged down on time lately.
Please let me know... Jeff > > > Perl 5.6.1 > > unixODBC-2.0.9 > > DBD-ODBC-0.28 > > > > ODBCHOME=/usr ( installed and functioning ) > > > > One major error. One minor error. > > > > Minor error: Note (probably harmless): No library found for > > -llibgtkodbcconfig.a ( it is installed in /usr/lib. ) > > > > Major error: > > > > [jim@jim DBD-ODBC-0.28]$ make test > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib > > -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 > > -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests > > @ARGV;' t/*.t t/01base......install_driver(ODBC) failed: Can't load > > 'blib/arch/auto/DBD/ODBC/ODBC.so' for module DBD::ODBC: > > blib/arch/auto/DBD/ODBC/ODBC.so: undefined symbol: SQLParamData at > > /usr/local/lib/perl5/5.6.1/i686-linux/DynaLoader.pm line 206. > > at (eval 1) line 3 > > Compilation failed in require at (eval 1) line 3. > > Perhaps a required shared library or dll isn't installed where > > expected > > > > > > My question , of course, is how to repair this? > > No way to repair this. DBD::ODBC is a windoze-only module and won't > compile or work on other platforms. Post your specific setting, o the > list may be able to help you further > > Bodo > >
