On Sat, Apr 20, 2013 at 8:53 AM, Newbie89 <sh_ta...@hotmail.com> wrote:
> error while loading shared libraries: libsqlite3.so.0: cannot open shared > object file: No such file or directory > How can I fix the problem? > Does your system have a file called libsqlite3.so without the ".0" on the end (look under /usr/lib or /usr/local/lib, though the exact location is system-dependent)? Some systems have one or the other but not both. If that is the case on your system, try: cd /dir/where/libsqlite3.so/is sudo ln -s libsqlite3.so libsqlite3.so.0 (if you are root then of course leave out the "sudo" part) That's an ugly hack, but it should get you going, provided there are no binary-level incompatibilities. -- ----- 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