RE: Trying to make DBI work for me

2004-03-10 Thread Andrews, Mark
: Trying to make DBI work for me I followed Hardy's example below by uninstalling/reinstalling the same 3 DBI components (first I upgraded from Perl 5.6 to Perl 5.8.0). Then I ran Hardy's little test script; but I got the following error in a popup window: The procedure entry point Perl_Ilockhook_ptr

RE: Trying to make DBI work for me

2004-03-10 Thread Laurie Vien
To: [EMAIL PROTECTED] Subject: RE: Trying to make DBI work for me We ran into this same problem on multiple machines. The solution that worked for us was to completely remove the perl installation directory after uninstalling it. For whatever reason the uninstall process is leaving something behind

Trying to make DBI work for me

2004-03-08 Thread Laurie Vien
I followed Hardy's example below by uninstalling/reinstalling the same 3 DBI components (first I upgraded from Perl 5.6 to Perl 5.8.0). Then I ran Hardy's little test script; but I got the following error in a popup window: The procedure entry point Perl_Ilockhook_ptr could not be located in the

Re: Trying to make DBI work for me

2004-03-08 Thread Hardy Merrill
Laurie, you can find your version of Perl by doing 'perl -V' at a command prompt - it's at the top of the output. Mine says 'Summary of my perl5 (revision 5 version 8 subversion 2) configuration:'. I don't know about the perl error, but as for the Oracle error, it looks to me like Perl can't

RE: Trying to make DBI work for me

2004-03-08 Thread Laurie Vien
in ActivePerl 5.6.1.633. Any more ideas? Laurie -Original Message- From: Hardy Merrill [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 3:56 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Trying to make DBI work for me Laurie, you can find your version

RE: Trying to make DBI work for me

2004-03-08 Thread Tim Johnson
and then install Perl 5.8.x and download your modules. -Original Message- From: Laurie Vien [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 1:06 PM To: 'Hardy Merrill'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Trying to make DBI work for me Thanks, Hardy. I did

RE: Trying to make DBI work for me

2004-03-08 Thread Hardy Merrill
PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Trying to make DBI work for me Laurie, you can find your version of Perl by doing 'perl -V' at a command prompt - it's at the top of the output. Mine says 'Summary of my perl5 (revision 5 version 8 subversion 2