Subject: Re: rpcgen broken? rpc.bootparamd didn't compile
To: None <windsor@pobox.com>
From: Frank van der Linden <frank@fwi.uva.nl>
List: current-users
Date: 06/28/1995 10:30:51
Quoting Rob Windsor,

> I got usr.bin compiled and installed, and discovered that rpc.bootparamd
> won't compile.

> Anyone have tips on this one?  Error messages follow:

You need to:

cd /usr/src/lib/librpcsvc
make cleandir all install

This will install the correctly (with the new rpcgen) generated include
files in /usr/include/rpcsvc

- Frank