in reply to daft question about installing DBI

If you are not using MS Visual C++ ("MSVC"), then you won't be able to install DBI via the CPAN module, because the DBI has a part that needs to be compiled by a C compiler. I suggest you install the DBI via PPM or whatever module installation method your package supplies.

If you want to install MSVC, please take care of installing exactly the version that was used to compile your Perl executable or recompile Perl with your installed version of MSVC. There are some nodes on using the free Microsoft compiler tools here:

Replies are listed 'Best First'.
Re^2: daft question about installing DBI
by tomgracey (Scribe) on Dec 07, 2005 at 03:35 UTC
    Yes, thanks for that, I sorted it out. I don't know why, but I was convinced I did it through cpan last time. Anyway, thanks again for your help.