develooper Front page | perl.dbi.users | Postings from February 2001

Getting DBI to work

Thread Next
From:
Ben Lobo
Date:
February 8, 2001 09:30
Subject:
Getting DBI to work
Message ID:
B6A887A6.1A8C%ben@adaptivetechnologies.com
I need to use the DBI module along with the DBD-CSV driver to access
comma-delimited files but the ISP I'm using doesn't have DBI installed and
won't install it.

I am able to upload my own CGI scripts and can add to the @INC variable with
the command

    use lib LIST;

so I have tried uploading DBI.pm and the modules in the DBI directory as
well as the DBD::CSV module but I get the following error when I try to use
DBI:

    BEGIN failed--compilation aborted at /cgi-bin/lib/DBI.pm line 182.
    Can't locate loadable object for module DBI in @INC

Does anyone know why it won't work?

Ben


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About