Changeset 4f743c5 for BOOK/final-system/common
- Timestamp:
- Feb 20, 2009, 9:14:06 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d855248
- Parents:
- 96c683b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/readline.xml
r96c683b r4f743c5 50 50 <screen os="g"><userinput>make install</userinput></screen> 51 51 52 <para os="h"> Now move the static libraries to a more appropriate location:</para>52 <para os="h">Install the documentation:</para> 53 53 54 <screen os="i"><userinput>m v -v /lib/lib{readline,history}.a /usr/lib</userinput></screen>54 <screen os="i"><userinput>make install-doc</userinput></screen> 55 55 56 <para os="j">Next, remove the <filename class="extension">.so</filename> 56 <para os="j">Now move the static libraries to a more appropriate location:</para> 57 58 <screen os="k"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen> 59 60 <para os="l">Next, remove the <filename class="extension">.so</filename> 57 61 files in <filename class="directory">/lib</filename> and relink them into 58 62 <filename class="directory">/usr/lib</filename>.</para> 59 63 60 <screen os=" k"><userinput>rm -v /lib/lib{readline,history}.so64 <screen os="m"><userinput>rm -v /lib/lib{readline,history}.so 61 65 ln -svf ../../lib/libreadline.so.&readline-version2; /usr/lib/libreadline.so 62 66 ln -svf ../../lib/libhistory.so.&readline-version2; /usr/lib/libhistory.so</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.