文書の過去の版を表示しています。
$ wget https://github.com/dun/munge/releases/download/munge-0.5.14/munge-0.5.14.tar.xz $ tar xvf munge-0.5.14.tar.xz $ cd munge-0.5.14/ $ mkdir build $ cd build $ ../configure --prefix=/opt/munge/0.5.14 --with-openssl-prefix=/opt/openssl/1.1.1i/ $ make
$ make check
... ============================================================================ Testsuite summary for MUNGE 0.5.14 ============================================================================ # TOTAL: 350 # PASS: 321 # SKIP: 25 # XFAIL: 4 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ ...
$ make install