zlib instructions - 'rm /lib/libz.so'?
Michael Tsang
miklcct at gmail.com
Tue Sep 8 04:29:10 MDT 2009
On Tuesday 08 September 2009 11:13:06 Jeffrey 'jf' Lim wrote:
> hi, I'm just wondering, what's the purpose of moving the symlink in
> '/lib/libz.so', and creating a '/usr/lib/libz.so' instead? FHS compliance?
> LSB compliance? just because '/usr/lib' is first in the search path before
> '/lib'?
>
> -jf
>
> --
> In the meantime, here is your PSA:
> "It's so hard to write a graphics driver that open-sourcing it would not
> help."
> -- Andrew Fear, Software Product Manager, NVIDIA Corporation
> http://kerneltrap.org/node/7228
>
Short answer: it is just for cleanness in /
Long answer: *.so files are only needed at compile-time so they are better
placed in /usr than in / . The dynamic loader finds libz.so.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://linuxfromscratch.org/pipermail/lfs-support/attachments/20090908/f54fe595/attachment.bin
More information about the lfs-support
mailing list