Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 18389
Status: resolved
Priority: 0/
Queue: DBD-Oracle

People
Owner: champoux [...] pythian.com
Requestors: freemymind9999 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.17
Fixed in: (no value)



Subject: Entry pt. Perl_Glockhook_ptr could not be located
Apologies in advance if this is user error or not DBD-Oracle.... I am using ActiveState Perl v5.8.7.813 on MS WinXP 2002 SP2, with DBI v.150, DBD-ODBC v.1.13, DBD-Oracle v.1.17 (all installed via ppm). The following code snip (and many variants) results in a perl.exe error "The procedure entry point Perl_Glockhook_ptr could not be located in the dynamic link library perl58.dll": my $DB = 'DBI:Oracle:host=<ipaddr>;sid=<sid>'; my $UID = "<uid>"; my $PW = "<pw>"; my $IMdbh = DBI->connect($DB,$UID,$PW) or return log_message($FILEFATAL,"DBI::errstr"); $IMdbh->disconnect(); DLL perl58.dll exists in C:\Perl\bin and has a file version of 5.8.7.813 and creation date of 6/6/2005 1:37:30PM. Thnx.
Subject: Re: [rt.cpan.org #18389] Resolved: Entry pt. Perl_Glockhook_ptr could not be located
Date: Tue, 28 Mar 2006 06:44:23 -0800 (PST)
To: bug-DBD-Oracle [...] rt.cpan.org
From: freemymind 9999 <freemymind9999 [...] yahoo.com>
Any available description of the resolution would be most welcome. Thank you. John Richardson Woodstock, Georgia freemymind9999@yahoo.com via RT <bug-DBD-Oracle@rt.cpan.org> wrote: According to our records, your request has been resolved. If you have any further questions or concerns, please respond to this message. --------------------------------- New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
Sorry about that. It seems I am still geting familuiar with this UI. I did make a comment but it seems to have gone awry someplace. I will answer it again. This is most likely not a bug with DBD::Oracle or DBI most likely it is some sort of cross compile or other error with your local perl instaltion. The normaly solution is to remove perl and and any packages and reinstall from PPM. Here is is link with the same error http://coding.derkeiler.com/Archive/Perl/perl.dbi.users/2004- 01/0268.html
Subject: Re: [rt.cpan.org #18389] Entry pt. Perl_Glockhook_ptr could not be located
Date: Tue, 28 Mar 2006 09:11:07 -0800 (PST)
To: bug-DBD-Oracle [...] rt.cpan.org
From: freemymind 9999 <freemymind9999 [...] yahoo.com>
Thank you. I've uninstalled and reinstalled all packages but have yet to uninstall/reload Perl itself. I'll give that a try. Thanks for your time. via RT <bug-DBD-Oracle@rt.cpan.org> wrote: Sorry about that. It seems I am still geting familuiar with this UI. I did make a comment but it seems to have gone awry someplace. I will answer it again. This is most likely not a bug with DBD::Oracle or DBI most likely it is some sort of cross compile or other error with your local perl instaltion. The normaly solution is to remove perl and and any packages and reinstall from PPM. Here is is link with the same error http://coding.derkeiler.com/Archive/Perl/perl.dbi.users/2004- 01/0268.html --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
Le Lun. Mar. 27 10:37:04 2006, guest a écrit : Show quoted text
> Apologies in advance if this is user error or not DBD-Oracle.... > > I am using ActiveState Perl v5.8.7.813 on MS WinXP 2002 SP2, > with DBI v.150, DBD-ODBC v.1.13, DBD-Oracle v.1.17 (all installed via > ppm). > > The following code snip (and many variants) results in a perl.exe > error "The procedure entry point Perl_Glockhook_ptr could not be > located in the dynamic link library perl58.dll": > > my $DB = 'DBI:Oracle:host=<ipaddr>;sid=<sid>'; > my $UID = "<uid>"; > my $PW = "<pw>"; > my $IMdbh = DBI->connect($DB,$UID,$PW) > or return log_message($FILEFATAL,"DBI::errstr"); > $IMdbh->disconnect(); > > DLL perl58.dll exists in C:\Perl\bin and has a file version of > 5.8.7.813 and creation date of 6/6/2005 1:37:30PM. > > Thnx.
DBD-Oracle v.1.17 Down loaded from PPM may not work as DBD::Oracle has to be compiled for the exact Oracle client you are using so your best bet would be try to following the instructions in the win32 readme of DBD::Oracle.
Well nothing more from client so resolve it.