On Thu, Mar 13, 2008 at 1:09 PM, P Kishor <[EMAIL PROTECTED]> 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
>

The -rpath option was being used when linking libsqlite3.la, but not
when linking the sqlite3 binary.  Can you try the latest version from
CVS and see if that works?  (Or apply the diff at
http://www.sqlite.org/cvstrac/chngview?cn=4857 )

Thanks!

-- 
Matthew L. Creech
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to