Armin K. wrote:
> Library symlink is wrong. It should be
>
> ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so
>
> But the book has
>
> ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so
>
> Note the .1.1.0 after library name in the first case.
Right. Thanks for pointing that out
Library symlink is wrong. It should be
ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so
But the book has
ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so
Note the .1.1.0 after library name in the first case.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http:
- Mail original -
> De: "Bruce Dubbs"
> À: "LFS Developers Mailinglist"
> Envoyé: Vendredi 25 Janvier 2013 17:55:21
> Objet: Re: [lfs-dev] procps-ng install headers to /include/proc/ instead of
> /usr/include/proc/
>
> Armin K. wrote:
> > On 01/25/2013 12:19 PM, xinglp wrote:
> >> Is