More information...
There is some output from the failed command that seems to indicate that
`-lsqlite3` is being properly resolved to /usr/lib/libsqlite3.so
...I'll spare you the whole thing unless someone wants it.
Something else I just tried....
root [ / ]# ldd /usr/lib/libsqlite3.so
linux-vdso.so.1 (0x00007fff0b157000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007fbbe5c26000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fbbe5a22000)
libc.so.6 => /lib/libc.so.6 (0x00007fbbe567e000)
/lib64/ld-linux-x86-64.so.2 (0x00007fbbe60e0000)
When I do a `find / -name "linux-vdso.so.1"` there are no results returned.
All other libraries seem to be present.
But if this is an issue, how am I able to link the SQLite test code?
Anyway, I'll have to do some research to learn more about linux-vdso.so.1
and where it comes from.
Thanks,
Roger
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page