I am not at all conversant with RH Linux (RHEL-es3). I have just
compiled sqlite3.5.6 from amalgamation, and I get the error that
libsqlite3.so.0 can't be found. I did the following

./configure
make && make install

sqlite3 is place in /usr/local/bin
and libsqlite3.so.0 is placed in /usr/local/lib

[12:07 PM] /usr/local/lib$ ls -l libsql*
-rw-r--r--    1 root       765640 Mar 13 11:51 libsqlite3.a
-rwxr-xr-x    1 root          828 Mar 13 11:51 libsqlite3.la*
lrwxrwxrwx    1 root           19 Mar 13 11:51 libsqlite3.so ->
libsqlite3.so.0.8.6*
lrwxrwxrwx    1 root           19 Mar 13 11:51 libsqlite3.so.0 ->
libsqlite3.so.0.8.6*
-rwxr-xr-x    1 root       679734 Mar 13 11:51 libsqlite3.so.0.8.6*


of course ldd -v does say

[12:03 PM] ~$ ldd -v /usr/local/bin/sqlite3
        libsqlite3.so.0 => not found

What extra step do I have to take on this computer to make sqlite3
work properly?

-- 
Puneet Kishor
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to