From: Randy Kobes <[EMAIL PROTECTED]>
To: Ray Chuan <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [error] Can't locate object method "bootstrap" via package "DBI"
Date: Thu, 2 Dec 2004 01:00:46 -0600 (CST)
- does your F drive have any unusual permissions that may be blocking (for some reason) loading of dlls?
I'm using windows xp home, and i'm running apache as admin, so there should be no problems, though its a security risk. I'm using apache for testing anyway.
- can you use, for example, DBI, in a simple mod_perl handler?
no, even a bare script which invokes connect than disconnect fails, as with the first post:
===
#!F:/Net/Perl/bin/Perl.exe
##
## Perl eg
use strict;
use DBI;
my $dbh = DBI->connect("DBI:mysql:webdb;localhost", "foo", "p", {PrintError=>0,RaiseError=>1}); $dbh->disconnect(); ===
_________________________________________________________________ Find love on MSN Personals http://personals.msn.com.sg/
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html