Le jeudi 11 août à 18:18, Franz L. Kuhlmann a écrit : > Hi - > when dabbling with LFS 6.6 last year using Ubuntu 9.04, I had no > problem to build my own linux up to the point of getting it to run > as an alternate to Ubuntu or Windows XP. > After having installed brand new PC, Display, and 3 in 1 InkJet, I > recently restarted with LFS 6.8 going by the book. I had no problem > to straighten out the "Host System Requirements" via the Synaptic > Package Management Tool, > EXCEPT for *gcc/glibc*. Allegedly, the new Ubuntu version 11.04 has > installed glibc-2.13, but > bash version-check.sh tells me "/lib/libc.so.6 no such file or directory" > (when proceeding to chap5 nevertheless, making gcc and/or glibc > failed not surprising me really) > The LFS 6.3 LiveCD does have libc.so.6, but when copied into the > Host System /lib, the version check yields -again not surprisingly- > GNU C Library .... 2.5.1 > Also: Looking into an OpenSUSE LiveCD downloaded a year ago, there > is no /lib/libc.so.6 !?! > > Is there anybody around to explain this to me / point me to a Howto > or other reading?
Maybe it's an error of my own but libc.so.6 is a link to /lib/i386-linux-gnu/i686/cmov/libc-2.13.so This on my host (debian/wheezy). On my LFS 6.8 (not complete at the moment), /lib/libc.so.6 is a link to /lib/libc-2-14.so You can try find / -name 'libc.so.6' Hope this can help :-) -- Ph. Delavalade -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
