aboutsummaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-01 22:35:50 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-01 22:35:50 +0000
commitdec28d13a9591b13dad213e21eff6484c0ef6c03 (patch)
tree23f3247ff92d9574ae806709f8666833f99e1b3e /en
parentdd56ffde61ef9876a3c23997377e58982cfa4331 (diff)
downloaddoc-dec28d13a9591b13dad213e21eff6484c0ef6c03.tar.gz
doc-dec28d13a9591b13dad213e21eff6484c0ef6c03.zip
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>
Notes
Notes: svn path=/head/; revision=5292
Diffstat (limited to 'en')
-rw-r--r--en/handbook/linuxemu/chapter.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/en/handbook/linuxemu/chapter.sgml b/en/handbook/linuxemu/chapter.sgml
index e5065d2795..4974deb927 100644
--- a/en/handbook/linuxemu/chapter.sgml
+++ b/en/handbook/linuxemu/chapter.sgml
@@ -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