Subject: READ ME: rpcgen needs to be rebuilt.
To: None <current-users@NetBSD.ORG>
From: matthew green <mrg@eterna.com.au>
List: current-users
Date: 10/11/1997 23:12:31
thanks to charles and luke for cleaning up src/lib. however, this
requires an updated rpcgen(1) that will output a clean source for
compilation. if you do not update rpcgen(1) librpcsvc will fail
to build. you may possibly need to 'make clean' in src/lib/librpcsvc
to fix this problem:
% cd /usr/src/usr.bin/rpcgen
% make clean && make && make install
% cd /usr/src/lib/librpcsvc
% make clean && make && make install
please report any problems using send-pr!
thanks,
.mrg.