Date: Fri, 9 Nov 2001 11:17:42 -0500 (EST) From: mwlucas@blackhelicopters.org To: FreeBSD-gnats-submit@freebsd.org Subject: docs/31878: fix grammar and update ld.so entry Message-ID: <200111091617.LAA14133@blackhelicopters.org>
next in thread | raw e-mail | index | archive | help
>Number: 31878
>Category: docs
>Synopsis: fix grammar and update ld.so entry
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Nov 09 08:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: Michael Lucas
>Release: FreeBSD 3.5-STABLE i386
>Organization:
None
>Environment:
recent -doc tree
>Description:
file:///usr/share/doc/en/books/faq/applications.html#FIND-LDSO has bad
grammar and outdated information. Here's a correction.
>How-To-Repeat:
try to run the mentioned "install.sh". Heck, try to *find* the
mentioned install.sh.
>Fix:
*** en_US.ISO8859-1/books/faq/book.sgml-dist Thu Nov 8 07:46:11 2001
--- en_US.ISO8859-1/books/faq/book.sgml Fri Nov 9 11:14:52 2001
***************
*** 5032,5044 ****
</question>
<answer>
! <para>If you want to run some a.out applications like
! Netscape Navigator on an Elf'ened machine such as 3.1-R or
! later, it would need <filename>/usr/libexec/ld.so</filename>
! and some a.out libs. They are included in the compat22
! distribution. Use <filename>/stand/sysinstall</filename> or
! <filename>install.sh</filename> in the compat22 subdirectory
! and install it. Also read ERRATAs for 3.1-R and 3.2-R.</para>
</answer>
</qandaentry>
--- 5032,5059 ----
</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
! <command>sysinstall</command> 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 compatability
! 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>
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111091617.LAA14133>
