Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 14:37:19 +0100
From:      "F. Senault" <fred.letter@lacave.net>
To:        ports@freebsd.org
Subject:   Re: Netdisco
Message-ID:  <1986004191.20150318143719@lacave.net>
In-Reply-To: <55097697.4050100@netfence.it>
References:  <55097697.4050100@netfence.it>

next in thread | previous in thread | raw e-mail | index | archive | help
Wednesday, March 18, 2015, 1:59:03 PM, you wrote:

> Hello.

> After discovering this software from UPDATING, I decided to give it a try.

> The box is 8.4-RELEASE-p24/amd64 running PERL 5.18.

> What I get, however, is:
>> # netdisco-daemon status
>> Sorry, can't find libs required for App::Netdisco.
>> BEGIN failed--compilation aborted at /usr/local/bin/netdisco-daemon line 28.

You need a NEDISCO_HOME env variable defined (by default, point it to
/var/run/netdisco) :

| 14:35 grappa:~# netdisco-daemon status
| Sorry, can't find libs required for App::Netdisco.
| BEGIN failed--compilation aborted at /usr/local/bin/netdisco-daemon line 28.
| 14:35 grappa:~# setenv NETDISCO_HOME /var/run/netdisco
| 14:35 grappa:~# netdisco-daemon status
| Netdisco Daemon                                               [Running]

HTH,

Fred




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1986004191.20150318143719>