[Nagiosplug-help] need help disabling radius
Andreas Ericsson
ae at op5.se
Thu Oct 20 01:31:22 CEST 2005
Markus Wells wrote:
> Sorry if this is a duplicate post,
>
> I just need to know what arg to pass on to ./configure to disable
> radius. The build finds the library(s), but it breaks for some unknown
> reason. I don't need raduis, so I would like to disable it.
>
echo > plugins/check_radius
make
make install
rm -f /usr/local/nagios/libexec/check_radius
> If anyone could pass along the right argument to force the build to
> skip the radius stuff, it would be much appreciated.
>
make -i
will cause make to ignore build errors and continue to build targets
that doesn't depend on the target that failed (i.e. all the other
plugins). You might have to hand-copy the plugins to the proper
directory if you do this, however.
--
Andreas Ericsson andreas.ericsson at op5.se
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
More information about the Help
mailing list