diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 1 | ||||
-rw-r--r-- | chapter06/glibc-inst.xml | 5 | ||||
-rw-r--r-- | chapter06/linuxthreadsmanpages-inst.xml | 17 | ||||
-rw-r--r-- | chapter06/linuxthreadsmanpages.xml | 14 |
4 files changed, 37 insertions, 0 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index d211ee230..2872a3e38 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -33,6 +33,7 @@ &c6-gettext; &c6-nettools; &c6-perl; +&c6-linuxthreadsmanpages; &c6-m4; &c6-texinfo; &c6-autoconf; diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 7f0fe0b5d..d122aba01 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -47,6 +47,11 @@ file in the glibc-&glibc-version; tree. One thing to note is that the class="directory">/usr/lib/locale</filename> directory exists, so you need to create it first.</para> +<para>The Linux Threads man pages are not going to be installed at this +point because it requires a working Perl installation. We'll install Perl +later on in this chapter so we'll come back to the Linux Threads man page +installation after that.</para> + <para>During the configure stage you will see the following warning:</para> <blockquote><screen>configure: warning: diff --git a/chapter06/linuxthreadsmanpages-inst.xml b/chapter06/linuxthreadsmanpages-inst.xml new file mode 100644 index 000000000..6d664e574 --- /dev/null +++ b/chapter06/linuxthreadsmanpages-inst.xml @@ -0,0 +1,17 @@ +<sect2> +<title>Installation of Linux threads man pages</title> + +<para>Unpack the glibc-linuxthreads package and you'll notice that you end +up with two new directories. Enter the +<filename class="directory">linuxthreads</filename> directory, not the +<filename class="directory">linuxthreads_db</filename> directory.</para> + +<para>Install the Linux threads man pages by running the following +commands:</para> + +<para><screen><userinput>cd man && +make && +make install</userinput></screen></para> + +</sect2> + diff --git a/chapter06/linuxthreadsmanpages.xml b/chapter06/linuxthreadsmanpages.xml new file mode 100644 index 000000000..229cc67bd --- /dev/null +++ b/chapter06/linuxthreadsmanpages.xml @@ -0,0 +1,14 @@ +<sect1 id="ch06-linuxthreadsmanpages"> +<title>Installing Linux threads-&linuxthreadsmanpages-version; Mmn pages</title> +<?dbhtml filename="linuxthreadsmanpages.html" dir="chapter06"?> + +<screen>Estimated build time: &linuxthreadsmanpages-time; +Estimated required disk space: &linuxthreadsmanpages-compsize;</screen> + +&c6-linuxthreadsmanpages-inst; +&aa-linuxthreadsmanpages-desc; +&aa-linuxthreadsmanpages-dep; + +</sect1> + + |