Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rockstar fails finding rpc/types.h #102

Closed
teuben opened this issue Aug 18, 2022 · 2 comments
Closed

rockstar fails finding rpc/types.h #102

teuben opened this issue Aug 18, 2022 · 2 comments

Comments

@teuben
Copy link
Owner

teuben commented Aug 18, 2022

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
Copy link
Owner Author

teuben commented Aug 18, 2022

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
Copy link
Owner Author

teuben commented Jul 5, 2023

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

libtirpc-devel-1.1.4-8.el8.x86_64

@teuben teuben closed this as completed Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant