a.out is so 1990s.

This commit is contained in:
Ceri Davies 2004-11-08 21:04:24 +00:00
parent 8bf18f1654
commit 0a2362fd08
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22875

View file

@ -5029,37 +5029,6 @@ kern.timecounter.hardware: TSC -&gt; i8254</screen>
</answer>
</qandaentry>
<qandaentry>
<question id="find-ldso">
<para>Where do I find ld.so?</para>
</question>
<answer>
<para>a.out applications like &netscape.navigator; require
a.out libraries. A version of FreeBSD built with ELF
libraries does not install them by default. You will get
complaints about not having
<filename>/usr/libexec/ld.so</filename> if this is the
case on your system. These libraries are available as an
add-on in the compat22 distribution. Use
&man.sysinstall.8; to install them. You can
also install them from the FreeBSD source code:</para>
<screen>&prompt.root; <userinput>cd /usr/src/lib/compat/compat22</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
<para>If you want to install the latest compat22 libraries
whenever you run <command>make world</command>, edit
<filename>/etc/make.conf</filename> to include
<varname>COMPAT22=YES</varname>. Old compatibility
libraries change rarely, if ever, so this is not generally
needed.</para>
<para>Also see the ERRATAs for 3.1-RELEASE and
3.2-RELEASE.</para>
</answer>
</qandaentry>
<qandaentry>
<question id="cvsup-in-base">
<para>Why is CVSup not integrated in the main FreeBSD tree?