Changeset 5da8aa0 for BOOK/final-system
- Timestamp:
- Feb 21, 2006, 2:04:25 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f8f27bf9
- Parents:
- 9860952
- Location:
- BOOK/final-system
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/groff.xml
r9860952 r5da8aa0 48 48 <screen os="e"><userinput>make</userinput></screen> 49 49 50 <para os="f">Install the package:</para> 51 52 <screen os="g"><userinput>make install</userinput></screen> 53 54 <para os="h">Some documentation programs, such as <command>xman</command>, 50 <para os="f">This package does not come with a test suite.</para> 51 52 <para os="g">Install the package:</para> 53 54 <screen os="h"><userinput>make install</userinput></screen> 55 56 <para os="i">Some documentation programs, such as <command>xman</command>, 55 57 will not work properly without the following symlinks:</para> 56 58 57 <screen os=" i"><userinput>ln -s soelim /usr/bin/zsoelim59 <screen os="j"><userinput>ln -s soelim /usr/bin/zsoelim 58 60 ln -s eqn /usr/bin/geqn 59 61 ln -s tbl /usr/bin/gtbl</userinput></screen> -
BOOK/final-system/common/iana-etc.xml
r9860952 r5da8aa0 40 40 <screen os="b"><userinput>make</userinput></screen> 41 41 42 <para os="c"> Install the package:</para>42 <para os="c">This package does not come with a test suite.</para> 43 43 44 <screen os="d"><userinput>make install</userinput></screen> 44 <para os="d">Install the package:</para> 45 46 <screen os="e"><userinput>make install</userinput></screen> 45 47 46 48 </sect2> -
BOOK/final-system/common/less.xml
r9860952 r5da8aa0 55 55 <screen os="e"><userinput>make</userinput></screen> 56 56 57 <para os="f"> Install the package:</para>57 <para os="f">This package does not come with a test suite.</para> 58 58 59 <screen os="g"><userinput>make install</userinput></screen>59 <para os="g">Install the package:</para> 60 60 61 <para os="h">Move less to /bin:</para>61 <screen os="h"><userinput>make install</userinput></screen> 62 62 63 <screen os="i"><userinput>mv /usr/bin/less /bin</userinput></screen> 63 <para os="i">Move less to /bin:</para> 64 65 <screen os="j"><userinput>mv /usr/bin/less /bin</userinput></screen> 64 66 65 67 </sect2> -
BOOK/final-system/common/readline.xml
r9860952 r5da8aa0 60 60 </variablelist> 61 61 62 <para os="h"> Install the package:</para>62 <para os="h">This package does not come with a test suite.</para> 63 63 64 <screen os="i"><userinput>make install</userinput></screen>64 <para os="i">Install the package:</para> 65 65 66 <para os="j">Give Readline's dynamic libraries more appropriate 66 <screen os="j"><userinput>make install</userinput></screen> 67 68 <para os="k">Give Readline's dynamic libraries more appropriate 67 69 permissions:</para> 68 70 69 <screen os=" k"><userinput>chmod 755 /lib/lib{readline,history}.so*</userinput></screen>71 <screen os="l"><userinput>chmod 755 /lib/lib{readline,history}.so*</userinput></screen> 70 72 71 <para os=" l">Now move the static libraries to a more appropriate location:</para>73 <para os="m">Now move the static libraries to a more appropriate location:</para> 72 74 73 <screen os=" m"><userinput>mv /lib/lib{readline,history}.a /usr/lib</userinput></screen>75 <screen os="n"><userinput>mv /lib/lib{readline,history}.a /usr/lib</userinput></screen> 74 76 75 <para os=" n">Next, remove the <filename class="extension">.so</filename>77 <para os="o">Next, remove the <filename class="extension">.so</filename> 76 78 files in <filename class="directory">/lib</filename> and relink them into 77 79 <filename class="directory">/usr/lib</filename>.</para> 78 80 79 <screen os=" o"><userinput>rm /lib/lib{readline,history}.so81 <screen os="p"><userinput>rm /lib/lib{readline,history}.so 80 82 ln -sf ../../lib/libreadline.so.5 /usr/lib/libreadline.so 81 83 ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen> -
BOOK/final-system/multilib/groff.xml
r9860952 r5da8aa0 57 57 xpointer="xpointer(//*[@os='i'])"/> 58 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 href="../common/groff.xml" 61 xpointer="xpointer(//*[@os='j'])"/> 62 59 63 </sect2> 60 64 -
BOOK/final-system/multilib/less.xml
r9860952 r5da8aa0 57 57 xpointer="xpointer(//*[@os='i'])"/> 58 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 href="../common/less.xml" 61 xpointer="xpointer(//*[@os='j'])"/> 62 59 63 </sect2> 60 64 -
BOOK/final-system/multilib/readline-n32.xml
r9860952 r5da8aa0 58 58 xpointer="xpointer(//*[@os='j'])"/> 59 59 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 61 href="readline.xml" 62 xpointer="xpointer(//*[@os='k'])"/> 63 64 60 65 <screen os="k"><userinput>chmod 755 /lib32/lib{readline,history}.so*</userinput></screen> 61 66 62 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 63 68 href="readline.xml" 64 xpointer="xpointer(//*[@os=' l'])"/>69 xpointer="xpointer(//*[@os='m'])"/> 65 70 66 71 <screen os="m"><userinput>mv /lib32/lib{readline,history}.a /usr/lib32</userinput></screen> -
BOOK/final-system/multilib/readline.xml
r9860952 r5da8aa0 82 82 xpointer="xpointer(//*[@os='o'])"/> 83 83 84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 85 href="../common/readline.xml" 86 xpointer="xpointer(//*[@os='p'])"/> 84 87 </sect2> 85 88 -
BOOK/final-system/x86-chapter.xml
r9860952 r5da8aa0 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/> 15 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-libc-headers.xml"/> 16 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.