RE: :ODBC compile problem from v1.00 to 1.09 on RH73

2004-06-09 Thread Andrew McDonald
Hi Jeff, thanks v. much for the response. Comments below. On Thu, 2004-06-10 at 00:52, Jeff Urlwin wrote: > > > > Hi there, > > > > I have been having problems compiling DBD::ODBC under RedHat 7.3. > > > > OS: RedHat 7.3 > > Kernel: 2.4.20-28.7 (most recent official RH73 update) > > Glibc: glib

ANNOUNCE: Alzabo 0.83

2004-06-09 Thread Dave Rolsky
0.83 June 9, 2003 MISCELLANEOUS: - I got fed up with the instability of CVS on Sourceforge, and am now using a Subversion repository I host myself. See "source" page on www.alzabo.org for details. ENHANCEMENTS: - All SQL-generating methods for the Alzabo::Runtime::Schema and Alzabo::Runtime:

Re: perlish question

2004-06-09 Thread Tim Bunce
Sorry, but this is the wrong place to ask. It's an abuse of the list. Try perlmonks Tim. On Wed, Jun 09, 2004 at 10:36:25PM +0200, Stephane Perennes wrote: > On Wed, 9 Jun 2004, Tim Bunce wrote: > > since perl is a script to call the function "crunchy" > I can do > > $t="crunchy"; > > &$t; >

Re: How do I check the version of DBI and DBD modules in my perl environment?

2004-06-09 Thread Tim Bunce
On Wed, Jun 09, 2004 at 02:25:55PM -0700, David Goodman wrote: > Hello Tim: > > So does the following indicate incomplete perl > installation: More likely an old DBI. I did say "with recent DBI's". Tim. > perl -MDBI -e 'DBI->installed_versions' > Can't locate auto/DBI/installed_v.al in @INC (@I

Re: perlish question

2004-06-09 Thread Jeff Zucker
Stephane Perennes wrote: Well i want use more object oriented perl. Please ask about this at www.perlmonks.org or comp.lang.perl.misc. This mailing list is for DBI only. &$t->method does not work Assuming that $t is a blessed object that has a method called "foo" that takes two arguments, you d

perlish question

2004-06-09 Thread Stephane Perennes
On Wed, 9 Jun 2004, Tim Bunce wrote: since perl is a script to call the function "crunchy" I can do $t="crunchy"; &$t; Typical use could be foreach $f (keys(%AssocArray)) { $format="format_".$f; $html .= &$format($Assoc_Array{$f}) } (there may be a problem is the parenthesis, i

Re: How do I check the version of DBI and DBD modules in my perl environment?

2004-06-09 Thread David Goodman
Hello Tim: So does the following indicate incomplete perl installation: perl -MDBI -e 'DBI->installed_versions' Can't locate auto/DBI/installed_v.al in @INC (@INC contains: /usr/local/lib/perl5/5.6.1/PA-RISC2.0 /usr/local/lib/perl5/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/PA-RISC2.0 /usr/local/l

Re: How do I check the version of DBI and DBD modules in my perl environment?

2004-06-09 Thread Tim Bunce
On Wed, Jun 09, 2004 at 05:52:28PM +0200, [EMAIL PROTECTED] wrote: > > Hi David, > > >How do I check the version of DBI and DBD modules in > >my perl environment? > > this will show you your version numbers: > > perl -mDBD::Oracle -e'print"DBI: $DBI::VERSION\nDBD: > $DBD::Oracle::VERSION\n"'

(Fwd) dbi - win32

2004-06-09 Thread Tim Bunce
- Forwarded message from "MCMULLIN, NANCY" <[EMAIL PROTECTED]> - Delivered-To: [EMAIL PROTECTED] X-SPF-Guess: pass (seems reasonable for [EMAIL PROTECTED] to mail through 207.133.65.245) Disposition-Notification-To: "MCMULLIN, NANCY" <[EMAIL PROTECTED]> Subject: dbi - win32 Date: Wed, 9 J

RE: How do I check the version of DBI and DBD modules in my perl environment?

2004-06-09 Thread michael . krips
Hi David, >How do I check the version of DBI and DBD modules in >my perl environment? this will show you your version numbers: perl -mDBD::Oracle -e'print"DBI: $DBI::VERSION\nDBD: $DBD::Oracle::VERSION\n"' >Also, can anyone point me to the place where bug fixes >for various releases are kep

How do I check the version of DBI and DBD modules in my perl environment?

2004-06-09 Thread David Goodman
How do I check the version of DBI and DBD modules in my perl environment? Also, can anyone point me to the place where bug fixes for various releases are kept? I am having trouble with pulling data out of oracle and storing it in sybase. Upon inserting into sybase, I get intermittent errors indic

RE: :ODBC compile problem from v1.00 to 1.09 on RH73

2004-06-09 Thread Jeff Urlwin
> > Hi there, > > I have been having problems compiling DBD::ODBC under RedHat 7.3. > > OS: RedHat 7.3 > Kernel: 2.4.20-28.7 (most recent official RH73 update) > Glibc: glibc-2.2.5-44 (most recent official RH73 update) > gcc: gcc-2.96-113 (most recent official RH73 update) > DBI: perl-DBI-1.21-

DBD::ODBC compile problem from v1.00 to 1.09 on RH73

2004-06-09 Thread Andrew McDonald
Hi there, I have been having problems compiling DBD::ODBC under RedHat 7.3. OS: RedHat 7.3 Kernel: 2.4.20-28.7 (most recent official RH73 update) Glibc: glibc-2.2.5-44 (most recent official RH73 update) gcc: gcc-2.96-113 (most recent official RH73 update) DBI: perl-DBI-1.21-1 (official RH73 pkg)