Build error on OpenBSD
Posted: Fri Nov 04, 2016 4:02 am
Nagios 4.2.2
OpenBSD 6.0
amd64 (vm on vSphere)
preinstalled Naios 4.0.8 from packages, to be superseded by 4.2.2
Good morning all, I am getting the following error message when building 4.2.2.
Configuring works out right:
Can anybody help here?
TIA
Matthias
OpenBSD 6.0
amd64 (vm on vSphere)
preinstalled Naios 4.0.8 from packages, to be superseded by 4.2.2
Good morning all, I am getting the following error message when building 4.2.2.
Configuring works out right:
Code: Select all
# ./configure --with-command-group=_nagios --with-command-user=_nagios --with-nagios-user=_nagios --with-nagios-group=_nagios
*** Configuration summary for nagios 4.2.2 10-24-2016 ***:
General Options:
-------------------------
Nagios executable: nagios
Nagios user/group: _nagios,_nagios
Command user/group: _nagios,_nagios
Event Broker: yes
Install ${prefix}: /usr/local/nagios
Install ${includedir}: /usr/local/nagios/include/nagios
Lock file: ${prefix}/var/nagios.lock
Check result directory: ${prefix}/var/spool/checkresults
Init directory: /etc/rc.d
Apache conf.d directory: /etc/httpd/conf.d
Mail program: /usr/bin/mail
Host OS: openbsd6.0
IOBroker Method: poll
Web Interface Options:
------------------------
HTML URL: http://localhost/nagios/
CGI URL: http://localhost/nagios/cgi-bin/
Traceroute (used by WAP): /usr/sbin/traceroute
Review the options above for accuracy. If they look okay,
type 'make all' to compile the main program and CGIs.
Code: Select all
# make all
cd ./base && make
make -C ../lib
Using $< in a non-suffix rule context is a GNUmake idiom (Makefile:157)
*** Error 2 in /root/nagios-4.2.2 (Makefile:73 'all')
TIA
Matthias