Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/readline.xml

    r82fedc4 re0e40d3  
    4444    <para os="c">Prepare Readline for compilation:</para>
    4545
    46 <screen><userinput>./configure --prefix=/usr --libdir=/lib</userinput></screen>
     46<screen os="d"><userinput>./configure --prefix=/usr --libdir=/lib</userinput></screen>
    4747
    48     <para os="d">Compile the package:</para>
     48    <para os="e">Compile the package:</para>
    4949
    50 <screen os="e"><userinput>make SHLIB_XLDFLAGS=-lncurses</userinput></screen>
     50<screen os="f"><userinput>make SHLIB_XLDFLAGS=-lncurses</userinput></screen>
    5151
    52     <variablelist os="f">
     52    <variablelist os="g">
    5353      <title>The meaning of the make option:</title>
    5454
     
    6262    </variablelist>
    6363
    64     <para os="g">Install the package:</para>
     64    <para os="h">Install the package:</para>
    6565
    66 <screen os="h"><userinput>make install</userinput></screen>
     66<screen os="i"><userinput>make install</userinput></screen>
    6767
    68     <para os="i">Give Readline's dynamic libraries to a more appropriate
     68    <para os="j">Give Readline's dynamic libraries to a more appropriate
    6969    permissions:</para>
    7070
    71 <screen os="j"><userinput>chmod 755 /lib/lib{readline,history}.so*</userinput></screen>
     71<screen os="k"><userinput>chmod 755 /lib/lib{readline,history}.so*</userinput></screen>
    7272
    73     <para os="k">Now move the static libraries to a more appropriate location:</para>
     73    <para os="l">Now move the static libraries to a more appropriate location:</para>
    7474
    75 <screen os="l"><userinput>mv /lib/lib{readline,history}.a /usr/lib</userinput></screen>
     75<screen os="m"><userinput>mv /lib/lib{readline,history}.a /usr/lib</userinput></screen>
    7676
    77     <para os="m">Next, remove the <filename class="extension">.so</filename>
     77    <para os="n">Next, remove the <filename class="extension">.so</filename>
    7878    files in <filename class="directory">/lib</filename> and relink them into
    7979    <filename class="directory">/usr/lib</filename>.</para>
    8080
    81 <screen os="n"><userinput>rm /lib/lib{readline,history}.so
     81<screen os="o"><userinput>rm /lib/lib{readline,history}.so
    8282ln -sf ../../lib/libreadline.so.5 /usr/lib/libreadline.so
    8383ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.