Skip to content

Commit

Permalink
Add note about running autoreconf to get configure file
Browse files Browse the repository at this point in the history
  • Loading branch information
RincewindsHat committed Feb 26, 2024
1 parent 30916b6 commit b9362bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,21 @@ apt-get update
apt-get -y install git build-essential libsnmp-dev
```


Download and extract the tarball from https://github.com/NETWAYS/check_interfaces/releases

```
./configure --libexecdir=/usr/lib/nagios/plugins
```

or clone this repository and regenerate the autoconf scripts

```
autoreconf
./configure --libexecdir=/usr/lib/nagios/plugins
```


Running "make" should successfully compile the plugin, and "make install" will install them under
the configured path.

Expand Down

0 comments on commit b9362bd

Please sign in to comment.