source: BOOK/final-system/multilib/readline-64bit.xml@ 13b673f

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 13b673f was bd38dd3, checked in by Chris Staub <chris@…>, 11 years ago

Minor formatting fix

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-readline" role="wrap">
9 <?dbhtml filename="readline-64bit.html"?>
10
11 <title>Readline-&readline-version; 64 Bit</title>
12
13 <indexterm zone="ch-system-readline">
14 <primary sortas="a-Readline">Readline</primary>
15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[566db8e]18 href="../common/readline.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of Readline</title>
23
[c1ce18b]24<!-- Readline branch update area
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]26 href="readline.xml"
[001becd]27 xpointer="xpointer(//*[@os='p1'])"/>
28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[001becd]30 href="readline.xml"
31 xpointer="xpointer(//*[@os='p2'])"/>
[c1ce18b]32-->
[001becd]33
[dabbced]34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[001becd]35 href="readline.xml"
36 xpointer="xpointer(//*[@os='a'])"/>
[3f8be484]37
[001becd]38<screen os="b"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
[3f8be484]39 ./configure --prefix=/usr --libdir=/lib64</userinput></screen>
40
[dabbced]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]42 href="readline.xml"
[001becd]43 xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]44
[dabbced]45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e47ec16]46 href="readline.xml"
[001becd]47 xpointer="xpointer(//*[@os='d'])"/>
[e47ec16]48
[dabbced]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]50 href="readline.xml"
[001becd]51 xpointer="xpointer(//*[@os='e'])"/>
[3f8be484]52
[dabbced]53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]54 href="readline.xml"
[001becd]55 xpointer="xpointer(//*[@os='f'])"/>
[3f8be484]56
[dabbced]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]58 href="readline.xml"
[001becd]59 xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]60
[dabbced]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]62 href="readline.xml"
[001becd]63 xpointer="xpointer(//*[@os='h'])"/>
[e0e40d3]64
[c806e36]65<screen os="i"><userinput>mv -v /lib64/lib{readline,history}.a /usr/lib64</userinput></screen>
[3f8be484]66
[c806e36]67 <para os="j">Next, relink the dynamic libraries into <filename class="directory">/usr/lib64</filename> and remove the <filename class="extension">.so</filename> files in <filename class="directory">/lib64</filename>.</para>
[3f8be484]68
[bd38dd3]69<screen os="k"><userinput>ln -svf ../../lib64/$(readlink /lib64/libreadline.so) /usr/lib64/libreadline.so
[78dd6d6]70ln -svf ../../lib64/$(readlink /lib64/libhistory.so) /usr/lib64/libhistory.so
71rm -v /lib64/lib{readline,history}.so</userinput></screen>
[3f8be484]72
73 </sect2>
74
[dabbced]75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]76 href="../common/readline.xml"
77 xpointer="xpointer(id('contents-readline'))"/>
78
79</sect1>
Note: See TracBrowser for help on using the repository browser.