summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/build-perl-module.md
blob: dda111ee9d1ec570e218f525f0142fb4eb4c89a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
title: Building Monitoring::Plugin
parent: FAQ
---

# How do I build Monitoring::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 expandtab: # %-->