[Pacemaker] [OT] MySQL Replication
Andrew Beekhof
andrew at beekhof.net
Wed Jun 26 11:33:30 UTC 2013
On 26/06/2013, at 6:51 PM, Denis Witt <denis.witt at concepts-and-training.de> wrote:
> On Wed, 26 Jun 2013 12:35:33 +1000
> Andrew Beekhof <andrew at beekhof.net> wrote:
>
>>> System is Debian Wheezy which means version 0.11.1-2 for libqb-dev.
>
>> rpm errors on debian?
>> I'm confused.
>
> When you run ./autogen.sh it tries to start an rpm command, this failed
> because I didn't had rpm installed.
How did it fail?
That whole block if intended to be skipped if rpm isn't available.
if [ -e `which rpm` ]; then
echo "Suggested invocation:"
rpm --eval %{configure} | grep -v program-prefix
fi
> Anyway, I don't think is has
> anything to do with the compile error I occurred when I tried first.
Correct
>
> Which is the latest pacemaker version that is compatible with libqb
> 0.11?
Ummm.... I don't know to be honest.
Any reason not to upgrade it?
More information about the Pacemaker
mailing list