Re: [error] Can't locate object method "bootstrap" via package "DBI"

[prev] [thread] [next] [Date index for 2004/12/02]

From: Ray Chuan
Subject: Re: [error] Can't locate object method "bootstrap" via package "DBI"
Date: 09:23 on 02 Dec 2004


>From: Randy Kobes <randy@xxxxxxxx.xxxxxxxxx.xx>
>To: Ray Chuan <rctay1989@xxxxxxx.xxx>
>CC: modperl@xxxx.xxxxxx.xxx
>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

(message missing)

Re: [error] Can't locate object method "bootstrap" via package "DBI"
Ray Chuan 09:23 on 02 Dec 2004

Generated at 11:26 on 21 Dec 2004 by mariachi v0.52