Coda File System

build error in RPC2 2.4 on freebsd/sparc64 2.4

From: Sean Caron <caron.sean_at_gmail.com>
Date: Thu, 2 Nov 2006 15:22:12 -0500
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
scaron_at_umich.edu
Received on 2006-11-02 15:52:39