Hi,<br><br>You can also get a source package from Debian and create a deb directly from it in scratchbox. The real problem is that Sqlite3 3.4.1 is part of the Maemo distribution and if you replace is for the user you may break something else (i think the db format is slightly different) and break it more if the user uninstalls your version. So, why don't you use 3.4.1?<br>
<br>Regards:<br>Bundyo<br><br><div class="gmail_quote">On Sat, Jan 17, 2009 at 8:44 PM, Dr. Nicholas Shaw <span dir="ltr"><<a href="mailto:Doc@docharley.com">Doc@docharley.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ok, I have sqlite3.6.8 up-and-running on my 810. Here's what I did:<br>
<br>
1. Got scratchbox up-and-running.<br>
2. Under my user directory (logged in to scratchbox), created a directory<br>
called tmp. Then got out of scratchbox.<br>
3. Went to <a href="http://sqlite.org" target="_blank">sqlite.org</a> ( <a href="http://www.sqlite.org/download.html" target="_blank">http://www.sqlite.org/download.html</a> ) and<br>
downloaded the tarball of the complete source tree (sqlite-3 6 8-tar.gz) -<br>
or whatever version is current.<br>
4. Outside of scratchbox, I copied this file to the tmp directory I<br>
created.<br>
5. Back inside scratchbox, I unzipped/untared the file (this creates a new<br>
sqlite directory).<br>
6. Changed to the directory and compiled, ran make, and make install<br>
according to the README.<br>
7. Located where make install put the files and the permissions then put<br>
those files onto my 810, ran chmod +x on all and chown. Here are the<br>
locations and ownerships:<br>
<br>
/usr/local/bin/sqlite executable user:users<br>
/usr/lib and /usr/local/lib (same files)<br>
<br>
libsqlite3.a root:staff<br>
<a href="http://libsqlite3.la" target="_blank">libsqlite3.la</a> root:staff<br>
libsqlite3.so -> libsqlite3.so.0.8.6 root:staff<br>
libsqlite3.so.0 -> libsqlite3.so.0.8.6 root:staff<br>
libsqlite3.so.0.8.6 root:staff<br>
<br>
8. Tested it on books.db (listing of my library). :-)<br>
<br>
Nick.<br>
<br>
<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</blockquote></div><br>