mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-11 05:44:38 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1971 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
540 B
XML
14 lines
540 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
|
|
<filename class="libraryfile">.so</filename> in fact linked to
|
|
<filename class="libraryfile">.so.<replaceable>MAJOR</replaceable></filename>.
|
|
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>
|