]> The Tcpdump Group git mirrors - tcpdump/blobdiff - doc/README.solaris.md
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / doc / README.solaris.md
index 87cf7e12cdb6ad03c29427e2715e216a741cd68a..afdd8f7356e1ddf10cd6a2fb33f75abb155c3fbe 100644 (file)
@@ -24,3 +24,18 @@ developer/gcc-10
 developer/clang-90
 ENDOFTEXT
 ```
+
+## Oracle Solaris 11.4.42/AMD64
+
+* Both system and local libpcap are suitable.
+* GCC 11.2 and Clang 11.0 work.
+
+For reference, the tests were done on a VM booted from `sol-11_4-vbox.ova`
+and updated to 11.4.42.111.0 plus the following packages:
+```shell
+xargs -L1 pkg install <<ENDOFTEXT
+developer/build/autoconf
+developer/gcc
+developer/llvm/clang
+ENDOFTEXT
+```