On Thu, Feb 08, 2001 at 05:28:06PM +0000, Ben Lobo wrote:

> 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?

The DBI module consists of more than just the DBI.pm file.  There is a
dynamic library that must be compiled with a C compiler.  Unless you can
compile this library so that it is compatible with the ISP's server, you
will not have much luck with this approach.

Ronald

Reply via email to