[maemo-developers] [maemo-developers] SQLite installation
From: Israel Herraiz israel.herraiz at urjc.esDate: Wed Feb 8 20:25:14 EET 2006
- Previous message: [maemo-developers] SQLite installation
- Next message: [maemo-developers] maemo.org web server problems?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The executable 'sqlite3' must be in /var/lib/install/usr/bin If you try '/var/lib/install/usr/bin/sqlite3' instead of sqlite3, you should be able to execute the program. You will need to change the PATH environment variable (and probably the LD_LIBRARY_PATH to be able to find the libraries needed for executing the program). You can add the following instructions to /home/user/.profile LD_LIBRARY_PATH=/var/lib/install/usr/lib:$LD_LIBRARY_PATH PATH=/var/lib/install/usr/bin:$PATH to make the changes permanent, but be (very) careful, incorrectly editing ~/.profile can render your 770 unbootable, requiring you to reflash your unit and lose any data stored on it. Regards, Israel Herraiz Steven Hill wrote: > Hello: > > Thanks for your reply. The package installed with no problem using the > application installer in the control panel. The problem is that when I > followed the instructions in the Wiki, i.e. type 'sqlite3' in Xterm, the > response is that no executable is found. Shouldn't libraries and > command line executables be somewhere other > than /var/lib/install/usr/...? Probably I don't understand the file > structure of the system well enough - I am very new to Linux... -- Israel Herraiz | Libre Software Engineering Lab (GSyC) israel.herraiz at urjc.es | Universidad Rey Juan Carlos http://libresoft.urjc.es | Edif. Departamental II - Despacho 118 Telf: (+34) 91 488 8523 | c/Tulipán s/n 28933 Móstoles (Madrid) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 256 bytes Desc: OpenPGP digital signature Url : http://lists.maemo.org/pipermail/maemo-developers/attachments/20060208/60a8c642/attachment.pgp
- Previous message: [maemo-developers] SQLite installation
- Next message: [maemo-developers] maemo.org web server problems?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]