> Sent: Wednesday, June 18, 2014 at 11:09 AM > From: "Marcos Menendez" <[email protected]> > To: "LFS Support List" <[email protected]> > Subject: Re: [lfs-support] Step 6.52 Kmod-16 LFS 7.5 stable --> make check > failed for test-modprobe > > Hello, > > Sorry for the top post before. > > One question before we continue: What did you mean with a "run once command"? > > Now to continue, I corrected the symlink and now I have this: > > root:/sources/kmod-16# ls -la /usr/lib/libz.so > lrwxrwxrwx 1 root root 23 Jun 18 10:32 /usr/lib/libz.so -> > ../../lib/libz.so.1.2.8 > > I run again the 'make check' but had the very same error. I deleted the kmod > folder and started over but nothing changed: it fails in the same part. > > Sorry for, maybe, asking the obvious, but, if the error complains about > libz.so.1 why are we working on libz.so to fix the problem? I can't figure > out the connection between both files... > > Marcos > > > Sent: Tuesday, June 17, 2014 at 5:18 PM > > From: "Ken Moffat" <[email protected]> > > To: "LFS Support List" <[email protected]> > > Subject: Re: [lfs-support] Step 6.52 Kmod-16 LFS 7.5 stable --> make check > > failed for test-modprobe > > > > On Tue, Jun 17, 2014 at 10:12:30AM +0200, Marcos Menendez wrote: > > > Hello, > > > > > > I remember to have done that step clearly but I have a look at it again: > > > > > Please do not top post, unless you have to - it makes understanding > > your reply very hard. > > > > [ snip what is in /lib ] > > > > > > > > > Regarding libz.so, I run again the following to be sure: > > > > > > root:/sources/kmod-16# ln -sfv ../../lib/$(readlink /usr/lib/libz.so) > > > /usr/lib/libz.so > > > '/usr/lib/libz.so' -> '../../lib/../../lib/libz.so.1.2.8' > > > > > > I check it: > > > > > > root:/sources/kmod-16# ls -la /usr/lib/libz.so > > > lrwxrwxrwx 1 root root 33 Jun 17 10:51 /usr/lib/libz.so -> > > > ../../lib/../../lib/libz.so.1.2.8 > > > > > > > > > Here I see that it doesn't point to ../../lib/libz.so.1.2.8 as you > > > mentioned before but instead it points to > > > ../../lib/../../lib/libz.so.1.2.8 which doesn't look right to me... > > > > > > > > > I'm confused right now... > > > > > OK, it seems to be a "run once" command. I had not spotted that. > > What it is apparently supposed to do is take the target from the > > libz.so which was installed into /usr, and then remake the symlink > > but pointing to /lib. > > > > To fix it now, try > > > > ln -sfv ../../lib/libz.so.1.2.8 /usr/lib/libz.so > > > > and then run > > > > ls -l /usr/lib/libz.so > > > > to check that what I have suggested is correct. > > > > it should show this: > > > > lrwxrwxrwx 1 root root 23 May 19 15:41 /usr/lib/libz.so -> > > ../../lib/libz.so.1.2.8 > > > > ĸen > > -- > > Nanny Ogg usually went to bed early. After all, she was an old lady. > > Sometimes she went to bed as early as 6 a.m. > > -- > > http://lists.linuxfromscratch.org/listinfo/lfs-support > > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > > Unsubscribe: See the above information page > > > -- > http://lists.linuxfromscratch.org/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
Oops, I did it again with the top post :- -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
