summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/build-perl-module.md
blob: 8c6f2acf59b731853bad3efbcc1e69a7f50e4686 (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: # %-->