Please use the following line in debian/rules: DEB_CONFIGURE_EXTRA_FLAGS = --with-tcl=/usr/lib/tcl8.4 --enable-threadsafe --enable-load-extension
replacing what is there currently DEB_CONFIGURE_EXTRA_FLAGS = --with-tcl=/usr/lib/tcl8.4 --enable-threadsafe prior to building the binary package. This fixes the problem. Thank you. (Reference for workaround by Debian users until package is fixed: apt-get source sqlite3 sudo apt-get dpkg-dev sudo apt-get build-dep libsqlite3-0 # Make the above change in sqlite3-3.5.7/debian/rules cd sqlite3-3.5.7/ dpkg-buildpackage -rfakeroot -uc -us cd .. sudo dpkg -i libsqlite3-0_3.5.7-2_amd64.deb sudo dpkg -i libsqlite3-dev_3.5.7-2_amd64.deb sudo dpkg -i sqlite3_3.5.7-2_amd64.deb sudo dpkg -i sqlite3-doc_3.5.7-2_all.deb ) Liam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]