<p>Its amazon ami, it is based on redhat</p>
<div class="gmail_quote">On Dec 18, 2012 3:58 AM, &quot;Andrew Beekhof&quot; &lt;<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Dec 17, 2012 at 7:02 PM, Yossi Nachum &lt;<a href="mailto:nachum234@gmail.com">nachum234@gmail.com</a>&gt; wrote:<br>
&gt; I fix this error using LIBS enviroment variable<br>
&gt; I run: export LIBS=/lib64/libtinfo.so.5<br>
&gt; then ./configure again and then make completed successfully<br>
<br>
Which distro?  Sounds like ncurses isn&#39;t packaged properly.<br>
<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Dec 17, 2012 at 9:02 AM, Yossi Nachum &lt;<a href="mailto:nachum234@gmail.com">nachum234@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt; I am trying to install pacemaker on amazon ec2 ami instance.<br>
&gt;&gt; I tried to install using the packages from pacemaker repository but had<br>
&gt;&gt; many missing dependencies to I tried to compile from source.<br>
&gt;&gt; I downlad the source using git run ./autogen.sh and configure successfully<br>
&gt;&gt; but when I tried to make I get the following error:<br>
&gt;&gt;<br>
&gt;&gt; make[1]: Entering directory `/usr/local/src/pacemaker/tools&#39;<br>
&gt;&gt;   CCLD   crm_mon<br>
&gt;&gt; /usr/bin/ld: crm_mon.o: undefined reference to symbol &#39;cbreak&#39;<br>
&gt;&gt; /usr/bin/ld: note: &#39;cbreak&#39; is defined in DSO /lib64/libtinfo.so.5 so try<br>
&gt;&gt; adding it to the linker command line<br>
&gt;&gt; /lib64/libtinfo.so.5: could not read symbols: Invalid operation<br>
&gt;&gt; collect2: ld returned 1 exit status<br>
&gt;&gt; make[1]: *** [crm_mon] Error 1<br>
&gt;&gt; make[1]: Leaving directory `/usr/local/src/pacemaker/tools&#39;<br>
&gt;&gt; make: *** [core] Error 1<br>
&gt;&gt;<br>
&gt;&gt; I tried to google it but didn&#39;t find a solution or I don&#39;t know how to add<br>
&gt;&gt; /lib64/libtinfo.so.5 to the linker command<br>
&gt;&gt;<br>
&gt;&gt; can anyone help?<br>
&gt;&gt;<br>
&gt;&gt; Yossi<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
&gt; <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
&gt;<br>
&gt; Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
&gt; Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
&gt; Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
&gt;<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div>