On 8/23/20 3:44 PM, DJ Lucas via lfs-dev wrote:
/lib/libbz2.so.1.0 is not a symlink but a hard link. In the grand scheme
of things, it doesn't matter, any real difference (again, super minor)
only shows up when packaging.
Suggest changing the following:
cp -av libbz2.so* /lib
ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
to
cp -av libbz2.so.1.0.8 /lib
ln -sv libbz2.so.1.0.8 /lib/libbz2.so.1.0
ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so
Is this the wrong list? bzip2 is in LFS.
In any case I have:
lrwxrwxrwx 1 root root 15 Aug 14 14:20 /lib/libbz2.so.1.0 ->
libbz2.so.1.0.8
-rwxrwxr-x 1 root root 75056 Aug 14 18:27 /lib/libbz2.so.1.0.8
$ ll /usr/lib/libbz*
lrwxrwxrwx 1 root root 23 Aug 14 14:20 /usr/lib/libbz2.so ->
../../lib/libbz2.so.1.0
I don't see a hard link.
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page