mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-09 08:16:58 +08:00
Merge branch 'ipcalc-not-found' into 'master'
docs: add ipcalc installation in README.md Closes #659 See merge request openconnect/ocserv!455
This commit is contained in:
@@ -41,7 +41,7 @@ apt-get install -y libpam0g-dev liblz4-dev libseccomp-dev \
|
||||
libprotobuf-c-dev libtalloc-dev libllhttp-dev protobuf-c-compiler \
|
||||
gperf iperf3 lcov libuid-wrapper libpam-wrapper libnss-wrapper \
|
||||
libsocket-wrapper gss-ntlmssp haproxy iputils-ping freeradius \
|
||||
gawk gnutls-bin iproute2 yajl-tools tcpdump
|
||||
gawk gnutls-bin iproute2 yajl-tools tcpdump ipcalc
|
||||
# For manpages
|
||||
apt-get install -y ronn
|
||||
```
|
||||
|
||||
@@ -27,7 +27,7 @@ AC_CHECK_PROGS([IPCALC], [ipcalc ipcalc-ng], [:])
|
||||
if test x"$IPCALC" = "x:"; then
|
||||
AC_MSG_ERROR([[
|
||||
***
|
||||
*** ipcalc (ipcalc-ng in debian) was not found. It is needed for the test suite
|
||||
*** ipcalc (or ipcalc-ng) was not found. It is needed for the test suite
|
||||
*** ]])
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user