Hi all,
Installed the latest pi-Core-12.0 on my Raspberry Pi 1 b, and I am having trouble running sqlite3 after install. When I run the command
sqlite3 t.db
I get:
sqlite3: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
I installed all the readline.tcz files using
tce-load -w -i readline-dev
etc but no change. I have noticed that in my local lib directories I have
/tmp/tcloop/readline/usr/local/lib/libreadline.so
/tmp/tcloop/readline/usr/local/lib/libreadline.so.8
/tmp/tcloop/readline/usr/local/lib/libreadline.so.8.0
so I'm assuming that the sqlite3.tcz needs to be rebuilt with the latest libraries? Or am I just running on a potato?
Thanks in advance for any info/help.