I am able to build SQLite 2.7.6 from source without any problem. But, DBD::SQLite 0.23 (which comes with its own SQLite) croaks. Interestingly, it seems to build and install ok, many tests are passed, then 'make test' (regression testing) fails. Running dbish shows SQLite is not installed (at least, it is not presented as a choice). Any guidance will be appreciated. Here's the stdout --


cpan>install DBD::SQLite
..
t/ak-dbd...........ok
t/dbdadmin.........ok
All tests successful.
Files=20, Tests=252, 10 wallclock secs ( 4.86 cusr + 1.27 csys = 6.13 CPU)
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl

Testing empty loop speed ...
100000 iterations in 0.3 cpu+sys seconds (370370 per sec)

Testing connect/disconnect speed ...
2000 connections in 7.8 cpu+sys seconds (255 per sec)

Testing CREATE/DROP TABLE speed ...
500 files in 3.8 cpu+sys seconds (132 per sec)

Testing INSERT speed ...
make: *** [test_dynamic] Bus error
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force

cpan>quit
[lucknow:/usr/local/lib] pkishor% dbish
DBI::Shell 11.02 using DBI 1.30

WARNING: The DBI::Shell interface and functionality are
======= very likely to change in subsequent versions!



Available DBI drivers:
1: dbi:ExampleP
2: dbi:Multiplex
3: dbi:Proxy
4: dbi:mysql
Enter driver name or number, or full 'dbi:...:...' DSN:



Reply via email to