hi all --

just wanted to point out -- not sure if anyone has noticed this yet --
but if you are trying to build rpc2 2.4 on freebsd 6.1-release, it
seems to hang up on the file,

rpc2-2.4/secure/secure_init.c

because it doesn't know what struct sockaddr_in is. you've gotta add

#include <netinet/in.h>

to make it build right. once i did that, i got it to compile w/o
further problems (whether it will work -- another story -- to be
seen!)

regards, sean
[EMAIL PROTECTED]

Reply via email to