Steven Hill wrote:
Hello all: I figured out why my app does not work on the "production" version of the Nokia 770 - the development system has sqlite 2.8.13-2 installed, but the production system does not. There is a port of sqlite available, but it is version 3 of sqlite, so my app will not be able to use those libraries. I have found the package for sqlite 2.8.13-2 in the maemo repository and downloaded it to the Nokia, but cannot install it from xterm because that requires superuser privileges which I do not have as a regular user on the Nokia. Can anyone tell me how to build my application package so that it includes the necessary sqlite libraries in the expected locations as part of the installation package? I have no idea how to do it, the documentation of package building is arcane...
You can try static linking with sqlite, it is quite a small library. _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
