Re: [Pacemaker] Installing pacemaker on aws ec2 server

2012-12-18 Thread Yossi Nachum
Its amazon ami, it is based on redhat On Dec 18, 2012 3:58 AM, "Andrew Beekhof" wrote: > On Mon, Dec 17, 2012 at 7:02 PM, Yossi Nachum wrote: > > I fix this error using LIBS enviroment variable > > I run: export LIBS=/lib64/libtinfo.so.5 > > then ./configure again and then make completed success

Re: [Pacemaker] Installing pacemaker on aws ec2 server

2012-12-17 Thread Andrew Beekhof
On Mon, Dec 17, 2012 at 7:02 PM, Yossi Nachum 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

Re: [Pacemaker] Installing pacemaker on aws ec2 server

2012-12-17 Thread Yossi Nachum
I fix this error using LIBS enviroment variable I run: export LIBS=/lib64/libtinfo.so.5 then ./configure again and then make completed successfully On Mon, Dec 17, 2012 at 9:02 AM, Yossi Nachum wrote: > Hi, > I am trying to install pacemaker on amazon ec2 ami instance. > I tried to install using

[Pacemaker] Installing pacemaker on aws ec2 server

2012-12-16 Thread Yossi Nachum
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