From: Christopher E. <ce...@lc...> - 2018-09-18 13:13:47
|
Hi, I'm trying to install sshguard to a non-standard location and stumbled upon the following problem: When setting the location using ./configure --prefix=<location>, sshguard installs to the specified path, but when executed looks for the sshg-...-binaries in /usr/local/libexec nonetheless. The same happens when the various paths are specified individually via --libexecdir=... etc. This appears to exclusively affect libexecdir, not e.g. sysconfdir. Running sshguard-2.2.0 on Fedora Server 28 Steps to reproduce: 1) Run ./configure --prefix=/opt && make && make install 2) copy example config file to /opt/etc/sshguard.conf and set backend 3) execute /opt/sbin/sshguard SSHGuard will fail with the following error: "sshguard: '/usr/local/libexec/sshg-fw-iptables' is not executable" Not much of a programmer, but please let me know if there is any way I can help further. Best, Christopher -- Sent from my Android device with K-9 Mail. Please excuse my brevity. |