[Pacemaker] help install pacemaker-mgmt
E-Blokos
infos at e-blokos.com
Thu Feb 7 13:58:07 UTC 2013
> On 02/07/13 12:58, E-Blokos wrote:
>>>> as F18 pacemaker-mgmt package doesn't exist
>>>> I tried to compile from the source but I'm not sure
>>>> to understand how to compile it
>>>>
>>>> ./ConfigureMe --prefix=/usr --sysconfdir=/etc --localstatedir=/var
>>>> --mandir=/usr/share/man --disable-rpath configure
>>> The right way is:
>>> ./ConfigureMe configure [options]
>>>
>>> Regards,
>>> Gao,Yan
>>
>> thanks I did it but now
>>
>> ./ConfigureMe configure --prefix=/usr --sysconfdir=/etc
>> --localstatedir=/var --mandir=/usr/share/man --disable-rpath
>>
>> Configure flags for RedHat Linux: --prefix=/usr --sysconfdir=/etc
>> --localstatedir=/var --mandir=/usr/share/man --disable-rpath
>> Running ./bootstrap --prefix=/usr --sysconfdir=/etc --localstatedir=/var
>> --mandir=/usr/share/man --disable-rpath --prefix=/usr --sysconfdir=/etc
>> --localstatedir=/var --mandir=/usr/share/man --disable-rpath
>> Autoconf package autoconf found.
>> Automake package automake-1.7 found.
>> Libtool package libtool found.
>> aclocal-1.7
>> aclocal: macro `AM_PROG_MKDIR_P' required but not defined
>> aclocal: macro `_LT_DECL_SED' required but not defined
>> aclocal: macro `_LT_FUNC_STRIPNAME_CNF' required but not defined
>>
>> ./bootstrap exiting due to error (sorry!).
> Well, it seems that you really need to run ./bootstrap first. So what's
> the error from bootstrap?
>
> Regards,
> Gao,Yan
it gives the same
[root at node140 pacemaker-mgmt]# ./bootstrap
Autoconf package autoconf found.
Automake package automake-1.7 found.
Libtool package libtool found.
Running ./configure with no arguments.
If you wish to pass any arguments to ./configure please
specify them on the ./bootstrap command line.
aclocal-1.7
aclocal: macro `AM_PROG_MKDIR_P' required but not defined
aclocal: macro `_LT_DECL_SED' required but not defined
aclocal: macro `_LT_FUNC_STRIPNAME_CNF' required but not defined
./bootstrap exiting due to error (sorry!).
thanks
More information about the Pacemaker
mailing list