problem finding DBI in ISA array

ian_at_boughsplace.co.uk
Date: 11/20/03


To: dbi-users@perl.org
Date: Thu, 20 Nov 2003 17:36:27 +0000

Dear People

I have installed mandrake 9.0, and have the DBI and DBD for mysql installed.
I am trying to make a connection to a mysql database, but when i run the
code it comes up with the error

can't locate auto/DBI/new.al in @INC

i have DB installed in the directory auto/ but it doesn't contain the new.al
which is says it is looking for.

If anyone could provide me with nay advice i would be very grateful.

Thanks
Ian Rogers



Relevant Pages

  • Re: DBI v2 - The Plan and How You Can Help
    ... $sth1.prepare; # always with connection, even if DBD doesn't use it $sth1.execute; # always with connection ... method the arguments you would have given to prepare, and you invoke prepareon the result with no arguments; each DBD would decide for itself how the work is divided between compileand preparewith the limitation that compileis not allowed to access the database; ideally the DBD would place as much work there as is possible, which would vary between Oracle/Pg/etc. ... designed to effectively support wrapper modules, the wrapper modules would also be altered from their current DBI-1-geared designs to accomodate DBI-2. ... module just because a new driver came into existence whose name has not yet been hard-coded into DBI. ...
    (perl.dbi.users)
  • Re: Passing a DBI connection between [Unix] processes
    ... > an open DBI connection between Unix processes. ... The DBD driver inteface only describes the communication between the ...
    (comp.lang.perl.modules)
  • Query on databases
    ... Can you please let me know which DBD and DBI is required if I m using MySQL database. ... Prev by Date: ...
    (perl.beginners)
  • Re: Query on databases
    ... Im a beginner in databases. ... Can you please let me know which DBD and DBI is required if I m using MySQL database. ...
    (perl.beginners)
  • Re: Query on databases
    ... Im a beginner in databases. ... Can you please let me know which DBD and DBI is required if I m using MySQL database. ...
    (perl.beginners)