lausser / check_nwc_health

nwc = network component. This plugin checks lots of aspects of routers, switches, wlan controllers, firewalls,.....
http://labs.consol.de/nagios/check_nwc_health
GNU General Public License v2.0
146 stars 88 forks source link

make error - No rule to make target ... BRIDGEMIB.pm #322

Closed petr-fischer closed 10 months ago

petr-fischer commented 10 months ago

Today I checked out the project and executed all install commands:

git clone
cd check_nwc_health
git submodule update --init
autoreconf
./configure
make

In the make stage, this error occurs:

Making all in plugins-scripts
make[1]: Entering directory '/home/pf/src/check_nwc_health/plugins-scripts'
make[1]: *** No rule to make target '../GLPlugin/lib/Monitoring/GLPlugin/SNMP/MibsAndOids/BRIDGEMIB.pm', needed by 'check_nwc_health'.  Stop.
make[1]: Leaving directory '/home/pf/src/check_nwc_health/plugins-scripts'
make: *** [Makefile:343: all-recursive] Error 1

./configure output:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking for sh... /usr/bin/sh
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating plugins-scripts/Makefile
config.status: creating plugins-scripts/subst
                       --with-perl: /usr/bin/perl
                --with-nagios-user: nagios
               --with-nagios-group: nagios
              --disable-standalone:

Thanks!

lausser commented 10 months ago

Please make git reset --hard ce0e98bb3603e6a6358f523528e1956aa4611ab2 The last commit was work-in-progress, which i checked in from work on my last day before vacations. I wanted to finish this during the holidays, but my wife ....