blob: 0ec97ac63e0d2123351b8507dac95a6b445eb071 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
title: Building Nagios::Plugin
parent: FAQ
---
# How do I build Nagios::Plugin?
This is currently an optional setting at configure time. You need to run:
./configure --enable-perl-modules
Then, `make`, `make` `install`, `make` `test`, and `make` `clean` will include
the Perl modules that are in the `perlmods/` directory as expected. They are
installed into `$prefix/perl`.
<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->
|