LucAce
LucAce
Build command for libmodbus and NUT **build_libmodbus.sh** ```bash #!/bin/bash if [ "$EUID" -ne 0 ]; then echo -e "ERROR: Please run as root\n" exit fi # Install dependencies apt-get install...
In an effort to rule out the RPi being a factor, I recreated the build on an x86 system with Ubuntu 24.04.1 which results in: ``` $ ./apc_modbus -DDDDDD -a...
@jimklimov Thanks for the reply. I will keep a look out for updates, let me know if there is anything you'd like me to try.