Want to use Perl with SQLite. This requires the above DBI extension.
I've installed all packages that could possibly be related but that didn't fix it, it seems this module is not in there:
leo@svm01:~$ perl read-DE.pl
install_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.12.3/i686-linux /usr/lib/perl5/site_perl/5.12.3 /usr/lib/perl5/5.12.3/i686-linux /usr/lib/perl5/5.12.3 .) at (eval 3) line 3.
Perhaps the DBD::SQLite perl module hasn't been fully installed,
or perhaps the capitalisation of 'SQLite' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Proxy, Sponge, mysql.
at read-DE.pl.txt line 10
Normally you can add missing modules via cpan but that also fails:
cpan[4]> install DBD::SQLite
Running install for module 'DBD::SQLite'
Running make for A/AD/ADAMK/DBD-SQLite-1.37.tar.gz
Checksum for /root/.cpan/sources/authors/id/A/AD/ADAMK/DBD-SQLite-1.37.tar.gz ok
CPAN.pm: Going to build A/AD/ADAMK/DBD-SQLite-1.37.tar.gz
Checking if your kit is complete...
Looks good
Using DBI 1.607 (for perl 5.012003 on i686-linux) installed in /usr/lib/perl5/site_perl/5.12.3/i686-linux/auto/DBI/
Writing Makefile for DBD::SQLite
Can't exec "make": No such file or directory at /usr/lib/perl5/5.12.3/CPAN/Distribution.pm line 2026.
ADAMK/DBD-SQLite-1.37.tar.gz
make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
ADAMK/DBD-SQLite-1.37.tar.gz : make NO
I'm a bit lost now.
/emgi