Re: Help please with DBD::ODBC on SUSE-Linux
"Martin J. Evans" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
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 (7.3-0.6.1) > > Copyright (C) 2011 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html> > > This is free software: you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > > and "show warranty" for details. > > This GDB was configured as "x86_64-suse-linux". > > For bug reporting instructions, please see: > > <http://www.gnu.org/software/gdb/bugs/>... > > Reading symbols from /DCH/homedch/localPerl/bin/perl...done. > > (gdb) run -lblib/lib -lblib/arch t/03dbatt.t That should be -Iblib/lib -Iblib/arch i.e., -I is an uppercase i not a 1 Martin