perl Makefile.PL
make
-DSQLITE_PTR_SZ=4 -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -fPIC "-I/usr/lib/perl5/5.8.4/i486-linux/CORE" dbdimp.c
dbdimp.c:21:4: warning: #warning "Using vararg macros to provide trace with line numbers"
dbdimp.c:231: error: conflicting types for `sqlite_db_last_insert_id'
/usr/lib/perl5/site_perl/5.8.4/i486-linux/auto/DBI/dbd_xsh.h:36: error: previous declaration of `sqlite_db_last_insert_id'
make: *** [dbdimp.o] Error 1
[EMAIL PROTECTED]:~/DBD-SQLite-1.03#
I have the same error with version 1.02 1.00.
If I user module 0.30 or 0.31 I don't have error when I compile but when I execute script:
Content-type: text/html
install_driver(SQLite) failed: DBD::SQLite object version 0.31 does not match bootstrap parameter 1.03 at /usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
Compilation failed in require at (eval 1) line 3.
at s.cgi line 6
Thank you very much.