I built a freshly updated sqlite (629a42d47a0d8f73de900f469845ce800bdb8959) and got an error loading it into tcl: attempt to provide package sqlite3 3.7.11 failed: package sqlite3 3.7.15 provided instead

It looks like pkgIndex.tcl is created by make, but not removed by 'make clean' or 'make distclean', so an old version was sticking around.

Removing pkgIndex.tcl by hand fixed the problem.

Cheers,
-J
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to