Hi Punkish,

I think after installing the library, and making the path entry in
the /etc/ld.so.conf (If it is not there), simply running the "ldconfig"
command will serve your need.

Regards,
  Lloyd

On Thu, 2008-03-13 at 12:09 -0500, P Kishor wrote:
> 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?
> 


______________________________________
Scanned and protected by Email scanner
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to