From 7adcb5b605cc1328a3084c334f4697ec9771936c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:13:01 +0200 Subject: Adding upstream version 4.99.4. Signed-off-by: Daniel Baumann --- doc/README.solaris.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 doc/README.solaris.md (limited to 'doc/README.solaris.md') diff --git a/doc/README.solaris.md b/doc/README.solaris.md new file mode 100644 index 0000000..afdd8f7 --- /dev/null +++ b/doc/README.solaris.md @@ -0,0 +1,41 @@ +# Compiling tcpdump on Solaris and related OSes + +* Autoconf works everywhere. + +## OmniOS r151042/AMD64 + +* Both system and local libpcap are suitable. +* CMake 3.23.1 works. +* GCC 11.2.0 and Clang 14.0.3 work. + +## OpenIndiana 2021.04/AMD64 + +* Both system and local libpcap are suitable. +* CMake 3.21.1 works. +* GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works. + +For reference, the tests were done using a system installed from +`OI-hipster-text-20210430.iso` plus the following packages: +```shell +xargs -L1 pkg install <