<div dir="ltr">Hi,<div>I am trying to install pacemaker on amazon ec2 ami instance.</div><div>I tried to install using the packages from pacemaker repository but had many missing dependencies to I tried to compile from source.</div>
<div>I downlad the source using git run ./autogen.sh and configure successfully but when I tried to make I get the following error:</div><div><br></div><div><div>make[1]: Entering directory `/usr/local/src/pacemaker/tools'</div>
<div>  CCLD   crm_mon</div><div>/usr/bin/ld: crm_mon.o: undefined reference to symbol 'cbreak'</div><div>/usr/bin/ld: note: 'cbreak' is defined in DSO /lib64/libtinfo.so.5 so try adding it to the linker command line</div>
<div>/lib64/libtinfo.so.5: could not read symbols: Invalid operation</div><div>collect2: ld returned 1 exit status</div><div>make[1]: *** [crm_mon] Error 1</div><div>make[1]: Leaving directory `/usr/local/src/pacemaker/tools'</div>
<div>make: *** [core] Error 1</div></div><div><br></div><div>I tried to google it but didn't find a solution or I don't know how to add /lib64/libtinfo.so.5 to the linker command </div><div><br></div><div>can anyone help?</div>
<div><br></div><div>Yossi</div></div>