Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: JohnJS on December 17, 2010, 01:43:30 PM
-
Using tc 3.3.
Have been unable to start sqlite3. Tried from aterm and 'run program'
Also tried moving sqlite3 to 'on demand' without any success.
Had no problem using sqlite3 with other linux systems.
Any suggestions?
Thanks.
-
The package is sqlite3-bin.
Sqlite3 is just libraries.
-
Hi Gerald_clark,
Downloaded sqlite3-bin
This is what I get:
tc@box:~$ sqlite3 test
sqlite3: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory.
-
load ncurses extension, a simple missing dependency issue
-
Thanks Arslan S
Starts okay now.
Edit:
Does not create file name test (sqlite3 test) which previous versions did.
Running just sqlite3 am able to create a table.
After creating table and importing a csv file it will only show all, for example:
select * from Info; shows everything but:
select * from Info where Payee like "Me"; does nothing.
Edit:
csv was incorrectly imported, my error. All is well now.
Thanks for assistance.
-
Added ncurses to dep