2004-05-06 17:50:03 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2004-05-16 01:08:42 +01:00
|
|
|
<sect1 id="ch-system-readline" xreflabel="Readline" role="wrap">
|
2004-05-06 17:50:03 +01:00
|
|
|
<title>Readline-&readline-version;</title>
|
|
|
|
<?dbhtml filename="readline.html"?>
|
|
|
|
|
|
|
|
<indexterm zone="ch-system-readline"><primary sortas="a-Readline">Readline</primary></indexterm>
|
|
|
|
|
2004-05-16 01:08:42 +01:00
|
|
|
<sect2 role="package"><title/>
|
2004-05-06 17:50:03 +01:00
|
|
|
<para>The Readline package contains the Readline command-line library.</para>
|
|
|
|
|
2004-05-16 01:08:42 +01:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
|
<seglistitem><seg>XXX SBU</seg><seg>3.8 MB</seg></seglistitem>
|
|
|
|
</segmentedlist>
|
2004-05-06 17:50:03 +01:00
|
|
|
|
2004-05-16 01:08:42 +01:00
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Readline installation depends on</segtitle>
|
|
|
|
<seglistitem><seg>Binutils, Coreutils, Diffutils, Gawk,
|
|
|
|
GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
2004-05-06 17:50:03 +01:00
|
|
|
|
2004-05-16 01:08:42 +01:00
|
|
|
<sect2 role="installation">
|
2004-05-06 17:50:03 +01:00
|
|
|
<title>Installation of Readline</title>
|
|
|
|
|
|
|
|
<para>Readline has a number of bugs in it that cause it to not behave the
|
|
|
|
way it is expected at times. Fix this behavior with the following
|
|
|
|
patch:</para>
|
|
|
|
|
|
|
|
<screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu-fixes-1.patch</userinput></screen>
|
|
|
|
|
|
|
|
<para>Now prepare Readline for compilation:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Install the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
<para>Give Readline's dynamic libraries to a more appropriate permissions:</para>
|
|
|
|
|
|
|
|
<screen><userinput>chmod 644 /usr/lib/*.&readline-version;</userinput></screen>
|
|
|
|
|
|
|
|
<para>And move them to a more appropriate location:</para>
|
|
|
|
|
|
|
|
<screen><userinput>mv /usr/lib/lib{readline,history}.so.4* /lib</userinput></screen>
|
|
|
|
|
|
|
|
<para>Because the libraries have been moved, a few symlinks are now pointing to
|
|
|
|
non-existent files. Recreate those symlinks:</para>
|
|
|
|
|
|
|
|
<screen><userinput>ln -sf ../../lib/libhistory.so.4 /usr/lib/libhistory.so
|
|
|
|
ln -sf ../../lib/libreadline.so.4 /usr/lib/libreadline.so</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
|
|
<sect2 id="contents-readline"><title>Contents of Readline</title>
|
|
|
|
<para><emphasis>Installed libraries</emphasis>: Not checked.</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
|
|
|
</sect1>
|