Unable to compile from source

Issue #147 resolved
Former user created an issue

OS = FreeBSD 13.0 SSH Version is 2.4.2 (cloned from GIT source 2022-01-27)

Initial steps: - git clone https://bitbucket.org/sshguard/sshguard.git - cd sshguard - autoreconf -i - ./configure - make && make install

Results in Error: "make[1]: don't know how to make doc/sshguard-setup.7. Stop"

Comments (2)

  1. Kevin Zheng

    You are missing py-docutils. See the README:

    If you are building from the source repository, you also need:
    
    - Autoconf/Automake
    - Docutils
    

    If you don't want to install py-docutils, then build from a source release tarball (from SourceForge), or simply build from /usr/ports/security/sshguard/.

  2. Log in to comment