> 
> >>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
> 
Actually, 807 marks itself as 5.8.2... 806 is 5.8.1, and may be compatible
with 5.8.0, but I'm not sure.  Reading the release notes for 807 tells me
it's going to be incompatible...

I'm working on making it easier for me right now (writing a script to build
the PPDS, distributions, etc for me, without having to customize it for each
combination/permutation of builds.).  I'm currently making the assumption
that 5.8.2, no matter which AS build number (807, 808, etc) within that
range, will be binary compatible.  That will work for now, but may change.
So, I will eventually have an outgoing/DBI/5.8.2 directory that will contain
the PPDS and I'll announce here.  I *may* go back and re-build a 5.6.1 and
5.8.[01], but I'm not sure.  That's the best way I can see me handling it
here.  I'm also becoming tempted to put it up on the http protocol, rather
than ftp, so that I can add an index of some sort...

Either way, it should be up around the new year, as I do have a few short
moments to spend on it...

Regards,

Jeff


Reply via email to