nemo
nemo copied to clipboard
rockstar fails finding rpc/types.h
another rpc victim? The previous fix to the rpc change in #26 did not work here
rockstar is here: https://bitbucket.org/gfcstanford/rockstar
The hacked solution on Ubuntu22 is patching the Makefile:
- add -I/usr/include/tirpc to CFLAGS
- add -ltirpc to OFLAGS
- make sure you've installed tirpc: sudo apt install libtirpc-dev
For formality, we need the redhat package name here please:
libtirpc-devel-1.1.4-8.el8.x86_64