Two questions

"Yuval Lifshitz" <[email protected]> Wed, 20 Oct 2004 16:22:39 +0200
Newsgroups gmane.comp.apache.mod-wackamole.general
Message-ID <20041020142324.HKIV4212.imta06a2.registeredsite.com@yuval>
Hi all,
I'm starting to use wackamole on Linux, and have two questions:

1) Do I need Perl installed on my wackamole machine? And why?
I run it without Perl and without the following lines from the sample conf
file:

PerlUseLib .
PerlUse example
RunDynamic funcs:killhup on up

It runs OK, except of the crash in (2).

2) I encounter the following assertion when a wackamole machine is taking
over a VIP (at wackamole.c:702):

assert(ret == My.num_allocated);

I run wackamole v2.1.1 on Linux RH9 and on Linux FC2. When I rerun wackamole
it is OK.
When I commented the assert line I got segmentation fault (instead of
assert).

Yuval Lifshitz.