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)
[EMAIL PROTECTED]     | 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)

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to