mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
6e15e3fd57
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1820 af4574ff-66df-0310-9fd7-8a98e5e911e0
12 lines
458 B
XML
12 lines
458 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>ln -s libxvidcore.so.4 /usr/lib/libxvidcore.so</command>: This
|
|
command makes applications linked against .so in fact linked to
|
|
.so.<replaceable>MAJOR</replaceable>. This ensures better binary
|
|
compatibility as <application>XviD</application> developers take care
|
|
not changing the <replaceable>MAJOR</replaceable> number until there is
|
|
an incompatible <acronym>ABI</acronym> change.</para>
|
|
|
|
</sect2>
|