Mailing List Archive

Version of libqb is too old: v0.13 or greater requried
Hi Everybody,

I have compiled libqb 0.17.1 under Debian Jessie/testing amd64 as:

tar zxvf libqb-v0.17.1.tar.gz
cd libqb-0.17.1/
./autogen.sh
./configure
make -j8
make -j8 install

Then after succesful builds of COROSYNC 2.3.4, CLUSTER-GLUE 1.0.12 and RESOURCE-AGENTS 3.9.5, compiling PACEMAKER 1.1.12 fails with:

unzip Pacemaker-1.1.12.zip
cd pacemaker-Pacemaker-1.1.12/
addgroup --system haclient
./autogen.sh
./configure
[...]
configure: error: in `/home/alexis/pacemaker-Pacemaker-1.1.12':
configure: error: Version of libqb is too old: v0.13 or greater requried

I have tried to pass some flags to ./configure, but I still get this error.

What am I doing wrong?

Thanks for your help,

--
Alexis de BRUYN <alexis.mailinglist@de-bruyn.fr>

_______________________________________________
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
Re: Version of libqb is too old: v0.13 or greater requried [ In reply to ]
----- Original Message -----
> Hi Everybody,
>
> I have compiled libqb 0.17.1 under Debian Jessie/testing amd64 as:
>
> tar zxvf libqb-v0.17.1.tar.gz
> cd libqb-0.17.1/
> ./autogen.sh
> ./configure
> make -j8
> make -j8 install
>
> Then after succesful builds of COROSYNC 2.3.4, CLUSTER-GLUE 1.0.12 and
> RESOURCE-AGENTS 3.9.5, compiling PACEMAKER 1.1.12 fails with:
>
> unzip Pacemaker-1.1.12.zip
> cd pacemaker-Pacemaker-1.1.12/
> addgroup --system haclient
> ./autogen.sh
> ./configure
> [...]
> configure: error: in `/home/alexis/pacemaker-Pacemaker-1.1.12':
> configure: error: Version of libqb is too old: v0.13 or greater requried
>
> I have tried to pass some flags to ./configure, but I still get this error.

what do you get when you run, pkg-config --version libqb

also, make sure you don't have an old version of libqb installed that you
did a make install over top.

-- Vossel

>
> What am I doing wrong?
>
> Thanks for your help,
>
> --
> Alexis de BRUYN <alexis.mailinglist@de-bruyn.fr>
>
> _______________________________________________
> 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
Re: Version of libqb is too old: v0.13 or greater requried [ In reply to ]
----- Original Message -----
> Hi Everybody,
>
> I have compiled libqb 0.17.1 under Debian Jessie/testing amd64 as:
>
> tar zxvf libqb-v0.17.1.tar.gz
> cd libqb-0.17.1/
> ./autogen.sh
> ./configure
> make -j8
> make -j8 install
>
> Then after succesful builds of COROSYNC 2.3.4, CLUSTER-GLUE 1.0.12 and
> RESOURCE-AGENTS 3.9.5, compiling PACEMAKER 1.1.12 fails with:
>
> unzip Pacemaker-1.1.12.zip
> cd pacemaker-Pacemaker-1.1.12/
> addgroup --system haclient
> ./autogen.sh
> ./configure
> [...]
> configure: error: in `/home/alexis/pacemaker-Pacemaker-1.1.12':
> configure: error: Version of libqb is too old: v0.13 or greater requried
>
> I have tried to pass some flags to ./configure, but I still get this error.

what do you get when you run, pkg-config --version libqb

also, make sure you don't have an old version of libqb installed that you
did a make install over top.

-- Vossel

>
> What am I doing wrong?
>
> Thanks for your help,
>
> --
> Alexis de BRUYN <alexis.mailinglist@de-bruyn.fr>
>
> _______________________________________________
> 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
Re: Version of libqb is too old: v0.13 or greater requried [ In reply to ]
Hi, create with checkinstall an debian package of libqb0, then it should be work. Regards Gesendet: Mittwoch, 28. Januar 2015 um 19:18 Uhr
Von: "Alexis de BRUYN" <alexis.mailinglist@de-bruyn.fr>
An: pacemaker@clusterlabs.org
Betreff: [Pacemaker] Version of libqb is too old: v0.13 or greater requried Hi Everybody,

I have compiled libqb 0.17.1 under Debian Jessie/testing amd64 as:

tar zxvf libqb-v0.17.1.tar.gz
cd libqb-0.17.1/
./autogen.sh
./configure
make -j8
make -j8 install

Then after succesful builds of COROSYNC 2.3.4, CLUSTER-GLUE 1.0.12 and RESOURCE-AGENTS 3.9.5, compiling PACEMAKER 1.1.12 fails with:

unzip Pacemaker-1.1.12.zip
cd pacemaker-Pacemaker-1.1.12/
addgroup --system haclient
./autogen.sh
./configure
[..]
configure: error: in &#96;/home/alexis/pacemaker-Pacemaker-1.1.12&#39;:
configure: error: Version of libqb is too old: v0.13 or greater requried

I have tried to pass some flags to ./configure, but I still get this error.

What am I doing wrong?

Thanks for your help,

--
Alexis de BRUYN <alexis.mailinglist@de-bruyn.fr>

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker"]http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org"]http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf"]http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org"]http://bugs.clusterlabs.org
Re: Version of libqb is too old: v0.13 or greater requried [ In reply to ]
On 01/29/15 09:28, Thomas Manninger wrote:
> Hi,
Hi David, Hi Thomas,

Thanks for your help.

> create with checkinstall an debian package of libqb0, then it should be
> work.
Thomas, I have created the Debian package with checkinstall, and
completed the install of Pacemaker. Thanks again.

Alexis.

> Regards
> *Gesendet:* Mittwoch, 28. Januar 2015 um 19:18 Uhr
> *Von:* "Alexis de BRUYN" <alexis.mailinglist@de-bruyn.fr>
> *An:* pacemaker@clusterlabs.org
> *Betreff:* [Pacemaker] Version of libqb is too old: v0.13 or greater
> requried
> Hi Everybody,
>
> I have compiled libqb 0.17.1 under Debian Jessie/testing amd64 as:
>
> tar zxvf libqb-v0.17.1.tar.gz
> cd libqb-0.17.1/
> ./autogen.sh
> ./configure
> make -j8
> make -j8 install
>
> Then after succesful builds of COROSYNC 2.3.4, CLUSTER-GLUE 1.0.12 and
> RESOURCE-AGENTS 3.9.5, compiling PACEMAKER 1.1.12 fails with:
>
> unzip Pacemaker-1.1.12.zip
> cd pacemaker-Pacemaker-1.1.12/
> addgroup --system haclient
> ./autogen.sh
> ./configure
> [...]
> configure: error: in `/home/alexis/pacemaker-Pacemaker-1.1.12':
> configure: error: Version of libqb is too old: v0.13 or greater requried
>
> I have tried to pass some flags to ./configure, but I still get this error.
>
> What am I doing wrong?
>
> Thanks for your help,
>
> --
> Alexis de BRUYN <alexis.mailinglist@de-bruyn.fr>
>
> _______________________________________________
> 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
>

--
Alexis de BRUYN

_______________________________________________
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
Re: Version of libqb is too old: v0.13 or greater requried [ In reply to ]
Hi Thomas,

Sorry to bother you off-list but I just want to know if you use DRBD in
your setup on Debian.

I have some issues with DRBD with Corosync/Pacemaker, my resources are
never promoted in active/active mode.

Thanks for your answer.

Best regards,

Alexis.

On 01/29/15 09:28, Thomas Manninger wrote:
> Hi,
> create with checkinstall an debian package of libqb0, then it should be
> work.
> Regards
> *Gesendet:* Mittwoch, 28. Januar 2015 um 19:18 Uhr
> *Von:* "Alexis de BRUYN" <alexis.mailinglist@de-bruyn.fr>
> *An:* pacemaker@clusterlabs.org
> *Betreff:* [Pacemaker] Version of libqb is too old: v0.13 or greater
> requried
> Hi Everybody,
>
> I have compiled libqb 0.17.1 under Debian Jessie/testing amd64 as:
>
> tar zxvf libqb-v0.17.1.tar.gz
> cd libqb-0.17.1/
> ./autogen.sh
> ./configure
> make -j8
> make -j8 install
>
> Then after succesful builds of COROSYNC 2.3.4, CLUSTER-GLUE 1.0.12 and
> RESOURCE-AGENTS 3.9.5, compiling PACEMAKER 1.1.12 fails with:
>
> unzip Pacemaker-1.1.12.zip
> cd pacemaker-Pacemaker-1.1.12/
> addgroup --system haclient
> ./autogen.sh
> ./configure
> [...]
> configure: error: in `/home/alexis/pacemaker-Pacemaker-1.1.12':
> configure: error: Version of libqb is too old: v0.13 or greater requried
>
> I have tried to pass some flags to ./configure, but I still get this error.
>
> What am I doing wrong?
>
> Thanks for your help,
>
> --
> Alexis de BRUYN <alexis.mailinglist@de-bruyn.fr>
>
> _______________________________________________
> 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
>

--
Alexis de BRUYN

_______________________________________________
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