<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:10pt"><div><span>The readline library is installed:</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>&gt; [eric@sn2 glusterfs-3.3.0]$ ldconfig -p | grep readline<br>&gt;&nbsp;&nbsp;&nbsp; libreadline.so.6 (libc6,x86-64) =&gt; /lib64/libreadline.so.6<br></span><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>...but ./configure doesn't seem to detect
 it:</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>&gt; GlusterFS configure summary<br></span><span><span>&gt; </span>===========================<br></span><span><span>&gt; </span>FUSE client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : yes<br></span><span><span>&gt; </span>Infiniband verbs&nbsp;&nbsp; : no<br></span><span><span>&gt; </span>epoll IO multiplex : yes<br></span><span><span>&gt; </span>argp-standalone&nbsp;&nbsp;&nbsp; : no<br></span><span><span>&gt; </span>fusermount&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br></span><span><span>&gt;
 </span>readline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : no<br></span><span><span>&gt; </span>georeplication&nbsp;&nbsp;&nbsp;&nbsp; : yes<br></span><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>Suggestions?</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>Eric Pretorious</span></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style:
 normal;"><span>Truckee, CA</span></div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family: Courier New, courier, monaco, monospace, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Brian Candler &lt;B.Candler@pobox.com&gt;<br> <b><span style="font-weight: bold;">To:</span></b> Eric &lt;epretorious@yahoo.com&gt; <br><b><span style="font-weight: bold;">Cc:</span></b> "gluster-users@gluster.org" &lt;gluster-users@gluster.org&gt; <br> <b><span style="font-weight: bold;">Sent:</span></b> Thursday, September 6, 2012 3:26 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Gluster-users] Feature Request, Console Manger: Command History<br> </font> </div> <br>
On Wed, Sep 05, 2012 at 08:53:27PM -0700, Eric wrote:<br>&gt;&nbsp; &nbsp; I compiled Gluster by following the very simple directions that were<br>&gt;&nbsp; &nbsp; provided in ./INSTALL:<br>&gt;&nbsp; &nbsp; 1. ./configure<br>&gt;&nbsp; &nbsp; 2. make<br>&gt;&nbsp; &nbsp; 3. make install<br>&gt;&nbsp; &nbsp; FWIW: There doesn't appear to be anything in the Makefile about<br>&gt;&nbsp; &nbsp; readline.<br><br>$ grep readline configure.ac<br>AC_CHECK_LIB([readline -lcurses],[readline],[RLLIBS="-lreadline -lcurses"])<br>AC_CHECK_LIB([readline -ltermcap],[readline],[RLLIBS="-lreadline -ltermcap"])<br>AC_CHECK_LIB([readline -lncurses],[readline],[RLLIBS="-lreadline -lncurses"])<br>&nbsp;  AC_DEFINE(HAVE_READLINE, 1, [readline enabled CLI])<br>echo "readline&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  : $BUILD_READLINE"<br><br>That is: the readline library is detected, and the output of ./configure<br>should have reported whether readline was found or not.<br><br>$
 grep readline glusterfs.spec.in<br>BuildRequires: ncurses-devel readline-devel openssl-devel<br>- Add readline and libtermcap dependencies<br>- Update to support readline<br><br>That is: when you build an RPM package, readline-devel is automatically<br>required as a build-time dependency (was added Tue Jul 19 2011)<br><br><br><br> </div> </div> </blockquote></div>   </div></body></html>