Hi!
After more than 20 years, I'm in process to move from Linux to FreeBSD, and I'm checking every piece of software that I need to use on this new environment.
One thing that is preventing me to make the switch is this software:
https://sourceforge.net/projects/apcupsd-brazil/
This is a "port" of APC to a particular model of nobreak that exists only in Brazil. It works like a charm in Linux, but when I try to compile it in FreeBSD (11), I've got this error:
So, what do I need to install/load/whatever in the system in order to have this "shutdown/shutdown.bsd" recognizable?
Thanks.
Regards.
After more than 20 years, I'm in process to move from Linux to FreeBSD, and I'm checking every piece of software that I need to use on this new environment.
One thing that is preventing me to make the switch is this software:
https://sourceforge.net/projects/apcupsd-brazil/
This is a "port" of APC to a particular model of nobreak that exists only in Brazil. It works like a charm in Linux, but when I try to compile it in FreeBSD (11), I've got this error:
Code:
$ ./configure
checking for true... /usr/bin/true
checking for false... /usr/bin/false
checking build system type... x86_64-unknown-freebsd11.0
checking host system type... x86_64-unknown-freebsd11.0
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for library containing strerror... none required
checking for shutdown... no
checking for shutdown.bsd... no
configure: error: Missing required tool; need any one of: shutdown shutdown.bsd
So, what do I need to install/load/whatever in the system in order to have this "shutdown/shutdown.bsd" recognizable?
Thanks.
Regards.