Update to use linux_base instead of linux_lib

PR:		12913
Noticed by:	Oleg V. Volkov <rover@fly.lglobus.ru>
Submitted by:	Chris Costello <chris@calldei.com>
This commit is contained in:
Chris Piazza 1999-08-01 22:35:50 +00:00
parent dd56ffde61
commit dec28d13a9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5292
3 changed files with 15 additions and 15 deletions
en/handbook/linuxemu
en_US.ISO8859-1/books/handbook/linuxemu
en_US.ISO_8859-1/books/handbook/linuxemu

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.15 1999-06-20 21:19:13 billf Exp $
$Id: chapter.sgml,v 1.16 1999-08-01 22:35:50 cpiazza Exp $
-->
<chapter id="linuxemu">
@ -155,14 +155,14 @@ options LINUX</programlisting>
<title>Installing Linux Runtime Libraries</title>
<sect3>
<title>Installing using the linux_lib port</title>
<title>Installing using the linux_base port</title>
<para>Most linux applications use shared libraries, so you are still
not done until you install the shared libraries. It is possible to
do this by hand, however, it is vastly simpler to just grab the
linux_lib port:</para>
linux_base port:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_lib</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
&prompt.root; <userinput>make all install</userinput></screen>
<para>and you should have a working linux emulator. Legend (and the
@ -208,7 +208,7 @@ options LINUX</programlisting>
<sect3>
<title>How to install additional shared libraries</title>
<para>What if you install the <filename>linux_lib</filename> port and
<para>What if you install the <filename>linux_base</filename> port and
your application still complains about missing shared libraries? How
do you know which shared libraries Linux binaries need, and where to
get them? Basically, there are 2 possibilities (when following these

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.15 1999-06-20 21:19:13 billf Exp $
$Id: chapter.sgml,v 1.16 1999-08-01 22:35:50 cpiazza Exp $
-->
<chapter id="linuxemu">
@ -155,14 +155,14 @@ options LINUX</programlisting>
<title>Installing Linux Runtime Libraries</title>
<sect3>
<title>Installing using the linux_lib port</title>
<title>Installing using the linux_base port</title>
<para>Most linux applications use shared libraries, so you are still
not done until you install the shared libraries. It is possible to
do this by hand, however, it is vastly simpler to just grab the
linux_lib port:</para>
linux_base port:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_lib</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
&prompt.root; <userinput>make all install</userinput></screen>
<para>and you should have a working linux emulator. Legend (and the
@ -208,7 +208,7 @@ options LINUX</programlisting>
<sect3>
<title>How to install additional shared libraries</title>
<para>What if you install the <filename>linux_lib</filename> port and
<para>What if you install the <filename>linux_base</filename> port and
your application still complains about missing shared libraries? How
do you know which shared libraries Linux binaries need, and where to
get them? Basically, there are 2 possibilities (when following these

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$Id: chapter.sgml,v 1.15 1999-06-20 21:19:13 billf Exp $
$Id: chapter.sgml,v 1.16 1999-08-01 22:35:50 cpiazza Exp $
-->
<chapter id="linuxemu">
@ -155,14 +155,14 @@ options LINUX</programlisting>
<title>Installing Linux Runtime Libraries</title>
<sect3>
<title>Installing using the linux_lib port</title>
<title>Installing using the linux_base port</title>
<para>Most linux applications use shared libraries, so you are still
not done until you install the shared libraries. It is possible to
do this by hand, however, it is vastly simpler to just grab the
linux_lib port:</para>
linux_base port:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_lib</userinput>
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
&prompt.root; <userinput>make all install</userinput></screen>
<para>and you should have a working linux emulator. Legend (and the
@ -208,7 +208,7 @@ options LINUX</programlisting>
<sect3>
<title>How to install additional shared libraries</title>
<para>What if you install the <filename>linux_lib</filename> port and
<para>What if you install the <filename>linux_base</filename> port and
your application still complains about missing shared libraries? How
do you know which shared libraries Linux binaries need, and where to
get them? Basically, there are 2 possibilities (when following these