On Thu, Jul 26, 2012 at 6:38 PM, Tilsley, Jerry M.
<[email protected]>wrote:

> Anyone know how I can get rid of the 3.6.20 compilation so that the system
> will quit complaining?  This is on a RedHat 6.2 system.
>

You can use ldd to find where the extra lib is, and then simply mv/rename
it or update your LD_LIBRARY_PATH so that the other lib comes first the
search path.

ldd binaryFileName

e.g.:

 [stephan@host:~/cvs/fossil/fossil]$ ldd fossil
linux-vdso.so.1 =>  (0x00007ffff7dff000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f07ca15e000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f07c9da1000)
/lib64/ld-linux-x86-64.so.2 (0x00007f07ca396000)

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

Reply via email to