Hi,
On Wed, 30 Aug 2006, aonghus wrote:
install_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (@INC
contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7
.) at (eval 7) line 3, <STDIN> line 14.
[...]
libdbd-sqlite3-perl: /usr/share/perl5/DBD/SQLite.pm
Have you checked that /usr/share/perl5/DBD/SQLite.pm is actually there?
Because your perl does not think so.
OTOH it could be that it only works when SQLite.pm is in
/usr/lib/perl5/DBD/ (note the "lib" instead of "share"), because in my
(working) setup, both the .pm and the .so are under /usr/lib/perl5/...
Hth,
Dscho