#4426: Library locations for amarok, k3b, libcap, and iptables
----------------------+--------------------------
Reporter: bdubbs@… | Owner: blfs-book@…
Type: defect | Status: new
Priority: low | Milestone: current
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
----------------------+--------------------------
Comment (by Krejzi):
Amarok and K3B libraries should be in $KDE_PREFIX/lib. If you didn't set
$KDE_PREFIX, then set it or replace it with an actual prefix like /usr.
Iptables page has:
{{{
for file in libip4tc libip6tc libipq libiptc libxtables
do
ln -sfv ../../lib/`readlink /lib/${file}.so` /usr/lib/${file}.so &&
rm -v /lib/${file}.so &&
mv -v /lib/${file}.la /usr/lib &&
sed -i "s@libdir='@&/usr@g" /usr/lib/${file}.la
done
}}}
which moves non-versioned .so files to /usr/lib.
See lfs-systemd instructions for kmod and xz modifications to move the
non-versioned libraries out of /lib.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4426#comment:1>
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