Re: Consulta Nagvis
Posted: Tue Aug 14, 2018 2:40 pm
Reviewing the installation I have come to perform the installation following the following sequence:
root@linux# wget 'http://www.mathias-kettner.de/download/ ... 2.8.tar.gz'
root@linux# tar xzf mk-livestatus-1.2.8.tar.gz
root@linux# cd mk-livestatus-1.2.8
user@host:~$ ./configure
root@linux# make install
and the following error message appears:
[root@localhost mk-livestatus-1.2.8]# make install
Making install in src
make[1]: se ingresa al directorio `/home/nagios/Descargas/mk-livestatus-1.2.8/src'
source='AndingFilter.cc' object='livestatus_so-AndingFilter.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I.. -std=c++11 -fPIC -c -o livestatus_so-AndingFilter.o `test -f 'AndingFilter.cc' || echo './'`AndingFilter.cc
../depcomp: línea 772: exec: g++: no se encontró
make[1]: *** [livestatus_so-AndingFilter.o] Error 127
make[1]: se sale del directorio `/home/nagios/Descargas/mk-livestatus-1.2.8/src'
make: *** [install-recursive] Error 1
[root@localhost mk-livestatus-1.2.8]#
I would be related to the problem that arises ... I have not found how to solve it, could you guide me how to continue
root@linux# wget 'http://www.mathias-kettner.de/download/ ... 2.8.tar.gz'
root@linux# tar xzf mk-livestatus-1.2.8.tar.gz
root@linux# cd mk-livestatus-1.2.8
user@host:~$ ./configure
root@linux# make install
and the following error message appears:
[root@localhost mk-livestatus-1.2.8]# make install
Making install in src
make[1]: se ingresa al directorio `/home/nagios/Descargas/mk-livestatus-1.2.8/src'
source='AndingFilter.cc' object='livestatus_so-AndingFilter.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I.. -std=c++11 -fPIC -c -o livestatus_so-AndingFilter.o `test -f 'AndingFilter.cc' || echo './'`AndingFilter.cc
../depcomp: línea 772: exec: g++: no se encontró
make[1]: *** [livestatus_so-AndingFilter.o] Error 127
make[1]: se sale del directorio `/home/nagios/Descargas/mk-livestatus-1.2.8/src'
make: *** [install-recursive] Error 1
[root@localhost mk-livestatus-1.2.8]#
I would be related to the problem that arises ... I have not found how to solve it, could you guide me how to continue