#2999: ACL/Attr libs should be on /lib
---------------------+------------------------------------------------------
Reporter: willimm | Owner: blfs-b...@…
Type: defect | Status: new
Priority: high | Milestone: 6.5
Component: BOOK | Version: SVN
Severity: major | Keywords:
---------------------+------------------------------------------------------
Comment(by d...@…):
This amounts to adding the following to attr and then acl resp. (didn't
bother with the loop).
{{{
mv /usr/lib/libattr.so.1.1.0 /lib &&
chmod 755 /lib/libattr.so.1.1.0 &&
rm -f /usr/lib/libattr.so.1 &&
ln -sf libattr.so.1.1.0 /lib/libattr.so.1 &&
ln -sf ../../lib/libattr.so.1.1.0 /usr/lib/libattr.so
}}}
{{{
mv /usr/lib/libacl.so.1.1.0 /lib &&
chmod 755 /lib/libacl.so.1.1.0 &&
rm -f /usr/lib/libacl.so.1 &&
ln -sf libacl.so.1.1.0 /lib/libacl.so.1 &&
ln -sf ../../lib/libacl.so.1.1.0 /usr/lib/libacl.so
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2999#comment:8>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page