On Sat, Apr 20, 2013 at 10:59 AM, Newbie89 <sh_ta...@hotmail.com> wrote:

> 1)cd /usr/lib/libsqlite3.so
>

i overlooked that: that cannot have worked because libsqlite3.so is a file,
not a directory. Try:

cd /usr/lib
ln -s libsqlite3.so libsqlite3.so.0

Then:

cd
rm libsqlite3.so

to remove the (possibly existing) bogus/broken symlink which is possibly
now in your home directory.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to