Re: Problem accessing mysql database using perl script

2003-03-02 Thread Umesh
RE: Problem accessing mysql database using perl scriptHi Chris, I am still getting the same error, even after exporting LD_LIBRARY_PATH. Thanks and regards, Umesh - Original Message - From: Cosby, Christopher To: 'Umesh' ; [EMAIL PROTECTED] Sent: Thursday, February 27,

DBD-Oracle w Perl 5.8 on Win2000 looks for perl56.dll

2003-03-02 Thread John Black
As a postscript, I did a string search on all the elements in my Perl distribution. oracle.dll was the only element to have a reference to perl56.dll.

Re: ANNOUNCE: DBI 1.34 - OK on MacOS X 10.2.4 with Perl 5.8.0

2003-03-02 Thread Matthew O. Persico
On Sun, 2 Mar 2003 10:54:29 +, Tim Bunce wrote: >On Sat, Mar 01, 2003 at 07:43:14PM -0800, Dean Arnold wrote: >>"Jonathan Leffler" <[EMAIL PROTECTED]> wrote: >>> >>>You show the 'install_method' working on >>>DBD::Driver::db->install_method(...).  That appears to make it >>>available on a $dbh

Re: ANNOUNCE: DBI 1.34 - OK on MacOS X 10.2.4 with Perl 5.8.0

2003-03-02 Thread Tim Bunce
On Sat, Mar 01, 2003 at 07:43:14PM -0800, Dean Arnold wrote: > "Jonathan Leffler" <[EMAIL PROTECTED]> wrote: > > > > You show the 'install_method' working on > > DBD::Driver::db->install_method(...). That appears to make it > > available on a $dbh - correct? Is there an equivalent for the > >

Re: ANNOUNCE: DBI 1.34 - OK on MacOS X 10.2.4 with Perl 5.8.0

2003-03-02 Thread Tim Bunce
On Sat, Mar 01, 2003 at 04:24:33PM -0800, Jonathan Leffler wrote: > Tim Bunce wrote: > > file: $CPAN/authors/id/T/TI/TIMB/DBI-1.34.tar.gz > > I got a clean compile and install on MacOS X 10.2.4 (yes, I got that > upgraded too), over a forced install of DBI 1.33. Looks good to me. Great, thanks