Re: Help please with DBD::ODBC on SUSE-Linux

2012-09-29 Thread Martin J. Evans
. From: Martin J. Evans [mailto:martin.ev...@easysoft.com] Sent: Wednesday, August 15, 2012 1:33 PM To: dbi-users@perl.org Subject: Re: Help please with DBD::ODBC on SUSE-Linux On 15/08/2012 18:25, Jeff Tate wrote: Step 1) added ODBC trace information

RE: Help please with DBD::ODBC on SUSE-Linux

2012-09-28 Thread Jeff Tate
: Wednesday, August 15, 2012 1:33 PM To: dbi-users@perl.org Subject: Re: Help please with DBD::ODBC on SUSE-Linux On 15/08/2012 18:25, Jeff Tate wrote: Step 1) added ODBC trace information to odbcinst.ini (made my own copy (system file)) and change $ODBCINST to address

RE: Help please with DBD::ODBC on SUSE-Linux

2012-08-15 Thread Jeff Tate
: Help please with DBD::ODBC on SUSE-Linux On 14/08/12 19:05, Jeff Tate wrote: I am trying to build a private perl with ODBC connection to a Teradata database on SUSE-Linux. Perl build with no errors, DBI installed clean, DBD::ODBC compiles seemingly cleanly, but fails almost all

Re: Help please with DBD::ODBC on SUSE-Linux

2012-08-15 Thread Martin J. Evans
On 15/08/12 15:32, Jeff Tate wrote: Couldn't find odbcinst. Compiled test code as instructed. Result of a.out is: size of SQLLEN is 8 Ok, so this /should be/ good. It means that compiling DBD::ODBC with those header files means SQLLEN and SQLULEN are 8 bytes in size and one /would hope/

RE: Help please with DBD::ODBC on SUSE-Linux

2012-08-15 Thread Jeff Tate
] Sent: Wednesday, August 15, 2012 10:50 AM To: Jeff Tate Cc: dbi-users@perl.org Subject: Re: Help please with DBD::ODBC on SUSE-Linux On 15/08/12 15:32, Jeff Tate wrote: Couldn't find odbcinst. Compiled test code as instructed. Result of a.out is: size of SQLLEN is 8 Ok, so

Re: Help please with DBD::ODBC on SUSE-Linux

2012-08-15 Thread Martin J. Evans
On 15/08/2012 18:25, Jeff Tate wrote: Step 1) added ODBC trace information to odbcinst.ini (made my own copy (system file)) and change $ODBCINST to address NO output produced in trace file Step 2) running test under gdb Linux:puTest gdb `which perl` GNU gdb (GDB) SUSE

Re: Help please with DBD::ODBC on SUSE-Linux

2012-08-15 Thread Martin J. Evans
On 15/08/2012 18:25, Jeff Tate wrote: Step 1) added ODBC trace information to odbcinst.ini (made my own copy (system file)) and change $ODBCINST to address NO output produced in trace file That suggests you are NOT using unixODBC as the ODBC driver manager. Therefore this

RE: Help please with DBD::ODBC on SUSE-Linux

2012-08-15 Thread Martin Gainty
@perl.org Subject: Re: Help please with DBD::ODBC on SUSE-Linux On 15/08/2012 18:25, Jeff Tate wrote: Step 1) added ODBC trace information to odbcinst.ini (made my own copy (system file)) and change $ODBCINST to address NO output produced in trace file That suggests you

Help please with DBD::ODBC on SUSE-Linux

2012-08-14 Thread Jeff Tate
I am trying to build a private perl with ODBC connection to a Teradata database on SUSE-Linux. Perl build with no errors, DBI installed clean, DBD::ODBC compiles seemingly cleanly, but fails almost all the tests. So, help will be gratefully accepted. The attached shows: . Relevant