Skip to content

easy fix for nagios-plugins instalation #9

Description

@z3r0l1nk

error while installing Nagios-Plugins found in Module-Build-0.4007\Makefile.PL at line 11, easy fixed:
change
BEGIN { do 'inc/bootstrap.pl' or die defined($@) ? $@ : $! }
to
BEGIN { do './inc/bootstrap.pl' or die defined($@) ? $@ : $! }

Error gone and successful install.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions