Hi,
I've been trying to get the HoneyClient setup to run based on the user guide: http://www.honeyclient.org/trac/wiki/UserGuide
Unfortunately the Firewall VM that I pulled and unzipped does not initialize the daemon for the HoneyClient as the guide says it should. Instead it fails giving this warning:
not ok 1 -use HoneyClient::Util::Config;
# Failed test 'use HoneyClient::Util::Config;'
# in /hc/startFWListener.pl at line 19.
# Tried to use 'HoneyClient::Util::Config'.
# Error: Can't locate HoneyClient/Util/Config.pm in @INC (@INC contains: /usr... <snip> at /hc/startFWListener/pl line 19.
# BEGIN failed--compilation aborted at /hc/startFWListener.pl line 19.
# Can't load HoneyClient::Util::Config package. Check to make sure the package library is correctly listed within the path.
Can't locate HoneyClient/Util/Config.pm in @INC (@INC contains: /usr... <snip> at /hc/startFWListener/pl line 21.
BEGIN failed--compilation aborted at /hc/startFWListener.pl line 21.
1..1
# Looks like you failed 1 test of 1.
# Looks like your test died just after 1.
Please advise.