[email protected] wrote:
> 
> 6.11.1. Installation of Zlib explains the following:
> 
>    "The previous command installed a .so file in /lib. We will remove
>    it and relink it into /usr/lib:"
> 
> 
> The command to remove is "rm -v /lib/libz.so", but the command to relink 
> is:  "ln -sfv ../../lib/libz.so.1.2.3 /usr/lib/libz.so"
> 
> This is a minor point, but could/should the command be rewritten as:     
>              "ln -sfv /lib/libz.so.1.2.3 /usr/lib/libz.so?"
> 
> Again, it's not a big deal, but perhaps /lib would more clearly 
> communicate the initial /lib location of libz.so.1.2.3 and be more 
> consistent with the remove command.

Symbolic links should, in general, be relative, not absolute.  I don't 
see a reason to change that here.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to