nemo icon indicating copy to clipboard operation
nemo copied to clipboard

rockstar fails finding rpc/types.h

Open teuben opened this issue 3 years ago • 1 comments

another rpc victim? The previous fix to the rpc change in #26 did not work here

rockstar is here: https://bitbucket.org/gfcstanford/rockstar

teuben avatar Aug 18 '22 13:08 teuben

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

teuben avatar Aug 18 '22 15:08 teuben

For formality, we need the redhat package name here please:

libtirpc-devel-1.1.4-8.el8.x86_64

teuben avatar Jul 05 '23 20:07 teuben