>>Paula wrote
>> I just installed ActivePerl 5.8.1.807 on a WinXP box.
>> I downloaded and installed DBI 1.37 and DBD-Oracle 1.13 from
>> ftp.esoftmatic.com without incurring any errors.
>>
>> However, when attempting to run this code:
>> #code snippet
>> use DBI;
>> $dbh = DBI->connect("dbi:Oracle:host=hxddba01;sid=mp3u", 'scott',
>> 'tiger')
>> or die "connect failed: $DBI::errstr\n";
>> print "If this prints...you are connected\n";
>> $dbh->disconnect;
>> #End of Code
>> I get a pop-up box titled: perl.exe - Entry Point Not Found
>> which states: The procedure entry point Perl_Glockhook_ptr could
>> not be located in the dynamic link library perl58.dll.
>> Must click OK, at which point the command window displays this error:
>Jeff wrote:
>I haven't built it for 807 yet, but I plan to. I think that's all it
is.
>Jeff
Thanks....I hadn't considered that it might be the module build...
I'm so used to it being something I've done! ;-)
Will you be posting to this list, once the build for 807 is available?
No immediate rush here, I'm just beginning to research upgrading
from 5.6.1 to 5.8.1 and there are lots of other things I need to test.
Paula