Discussion:
[Pacemaker] Version of libqb is too old: v0.13 or greater requried
Alexis de BRUYN
2015-01-28 18:18:38 UTC
Permalink
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 <***@de-bruyn.fr>

_______________________________________________
Pacemaker mailing list: ***@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
David Vossel
2015-01-28 22:22:15 UTC
Permalink
----- Original Message -----
Post by Alexis de BRUYN
Hi Everybody,
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
unzip Pacemaker-1.1.12.zip
cd pacemaker-Pacemaker-1.1.12/
addgroup --system haclient
./autogen.sh
./configure
[...]
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
Post by Alexis de BRUYN
What am I doing wrong?
Thanks for your help,
--
_______________________________________________
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: ***@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
Thomas Manninger
2015-01-29 08:28:50 UTC
Permalink
_______________________________________________
Pacemaker mailing list: ***@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
2015-02-10 22:44:24 UTC
Permalink
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
*Betreff:* [Pacemaker] Version of libqb is too old: v0.13 or greater
requried
Hi Everybody,
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
unzip Pacemaker-1.1.12.zip
cd pacemaker-Pacemaker-1.1.12/
addgroup --system haclient
./autogen.sh
./configure
[...]
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,
--
_______________________________________________
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
_______________________________________________
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: ***@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
2015-03-14 15:10:09 UTC
Permalink
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.
Hi,
create with checkinstall an debian package of libqb0, then it should be
work.
Regards
*Gesendet:* Mittwoch, 28. Januar 2015 um 19:18 Uhr
*Betreff:* [Pacemaker] Version of libqb is too old: v0.13 or greater
requried
Hi Everybody,
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
unzip Pacemaker-1.1.12.zip
cd pacemaker-Pacemaker-1.1.12/
addgroup --system haclient
./autogen.sh
./configure
[...]
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,
--
_______________________________________________
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
_______________________________________________
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: ***@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
Loading...