I just ran into the same problem (using Perl's DBD::SQLite on Fedora) and checked the SQLite source code to see whether it does what most Unix applications do: allow the caller to set $TMPDIR to specify the temporary diorectory to use.
It does. So while the error message should be improved, at least the behavior itself is as expected. -- Reinier Post TU Eindhoven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

