Wayne Blaszczyk wrote:
> I'm trying to understand why libtirpc.so.1 and libtirpc.so.1.0.10 should
> stay in /lib. What actually uses these libraries before /usr is mounted?
It's needed for nfs-client if you are usign it to mount /usr. For example:
$ ldd /usr/sbin/rpc.statd
linux-vdso.so.1 => (0x00007fff077ff000)
libwrap.so.0 => /usr/lib/libwrap.so.0 (0x00007f2b2caa8000)
libcap.so.2 => /lib/libcap.so.2 (0x00007f2b2c8a4000)
libtirpc.so.1 => /lib/libtirpc.so.1 (0x00007f2b2c682000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00007f2b2c46a000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f2b2c24d000)
libc.so.6 => /lib/libc.so.6 (0x00007f2b2bec6000)
libattr.so.1 => /lib/libattr.so.1 (0x00007f2b2bcc2000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2b2ccb0000)
Actually, there is a problem here with tcpwrappers not being in /lib. I
generally don't use tcpwrappers so I didn't notice it before.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page