Its amazon ami, it is based on redhat On Dec 18, 2012 3:58 AM, "Andrew Beekhof" <and...@beekhof.net> wrote:
> On Mon, Dec 17, 2012 at 7:02 PM, Yossi Nachum <nachum...@gmail.com> wrote: > > I fix this error using LIBS enviroment variable > > I run: export LIBS=/lib64/libtinfo.so.5 > > then ./configure again and then make completed successfully > > Which distro? Sounds like ncurses isn't packaged properly. > > > > > > > On Mon, Dec 17, 2012 at 9:02 AM, Yossi Nachum <nachum...@gmail.com> > wrote: > >> > >> Hi, > >> I am trying to install pacemaker on amazon ec2 ami instance. > >> I tried to install using the packages from pacemaker repository but had > >> many missing dependencies to I tried to compile from source. > >> I downlad the source using git run ./autogen.sh and configure > successfully > >> but when I tried to make I get the following error: > >> > >> make[1]: Entering directory `/usr/local/src/pacemaker/tools' > >> CCLD crm_mon > >> /usr/bin/ld: crm_mon.o: undefined reference to symbol 'cbreak' > >> /usr/bin/ld: note: 'cbreak' is defined in DSO /lib64/libtinfo.so.5 so > try > >> adding it to the linker command line > >> /lib64/libtinfo.so.5: could not read symbols: Invalid operation > >> collect2: ld returned 1 exit status > >> make[1]: *** [crm_mon] Error 1 > >> make[1]: Leaving directory `/usr/local/src/pacemaker/tools' > >> make: *** [core] Error 1 > >> > >> 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 > >> > >> can anyone help? > >> > >> Yossi > > > > > > > > _______________________________________________ > > Pacemaker mailing list: Pacemaker@oss.clusterlabs.org > > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > > > Project Home: http://www.clusterlabs.org > > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > > Bugs: http://bugs.clusterlabs.org > > > > _______________________________________________ > Pacemaker mailing list: Pacemaker@oss.clusterlabs.org > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > Project Home: http://www.clusterlabs.org > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf > Bugs: http://bugs.clusterlabs.org >
_______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org