tcpdump mailing list archives
Re: Problem (with outline solution) compiling print-sunrpc.c from tcpdump 3.9.7 (libpcap 0.9.7) on Solaris 10
From: Guy Harris <guy () alum mit edu>
Date: Mon, 17 Sep 2007 18:43:42 -0700
On Sep 15, 2007, at 8:01 PM, Jonathan Leffler wrote:
I ended up with a successful compile (under GCC and Sun C) by hacking config.h, denying that any of the RPC features was present:
What if you instead *don't* hack config.h, leaving it believing you have getrpcbynumber, but just remove the
#include <rpc/rpc.h>
line? The Solaris 10 man page for getrpcbynumber():
http://docs.sun.com/app/docs/doc/816-5170/getrpcbynumber-3nsl?a=view
just has "#include <rpc/rpcent.h>".
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.
Current thread:
- Problem (with outline solution) compiling print-sunrpc.c from tcpdump 3.9.7 (libpcap 0.9.7) on Solaris 10 Jonathan Leffler (Sep 15)
- Re: Problem (with outline solution) compiling print-sunrpc.c from tcpdump 3.9.7 (libpcap 0.9.7) on Solaris 10 Guy Harris (Sep 17)
