kechari has asked for the wisdom of the Perl Monks concerning the following question:
This is a general question because I have run into this with this and other public modules. How the heck do you debug problems with someone else's module. Do you make a copy and start debugging that?
To get specific to the topic of the subject line, I am having a deep gnarly problem with DBI. Can anyone offer any wisdom? Thanks.
The error message, just as a for example:
DBD::Proxy::st execute failed: Server returned error: Failed to execute method CallMethod: Can't bind unknown placeholder '2' at /u/ucc/staff/dba/lib/perl5/site_perl/DBI/ProxyServer.pm line 301.
DBI version: DBI::VERSION = "1.12"
...and part of my perl -V output (don't yell at me):
Summary of my perl5 (5.0 patchlevel 4 subversion 4) configuration: Platform: osname=solaris, osvers=2.6, archname=sun4-solaris uname='sunos deckard.cc.rochester.edu 5.6 generic_105181-06 sun4u +sparc sunw,ultra-5_10 '
-- -kechari "I'm continually AMAZED at th'breathtaking effects of WIND EROSION!!" (Zippy)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI/module debugging?
by tommyw (Hermit) on May 29, 2002 at 16:48 UTC | |
|
Re: DBI/module debugging?
by Jenda (Abbot) on May 29, 2002 at 20:52 UTC | |
|
Re: DBI/module debugging?
by alien_life_form (Pilgrim) on May 29, 2002 at 16:23 UTC | |
by IlyaM (Parson) on May 29, 2002 at 18:08 UTC | |
|
Re: DBI/module debugging?
by perrin (Chancellor) on May 29, 2002 at 20:48 UTC | |
|
Re: DBI/module debugging?
by kechari (Novice) on Jun 24, 2002 at 01:51 UTC |