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

CentOS 8 instructions need some love #302

Closed
rlegene opened this issue Aug 14, 2023 · 0 comments · Fixed by #303
Closed

CentOS 8 instructions need some love #302

rlegene opened this issue Aug 14, 2023 · 0 comments · Fixed by #303

Comments

@rlegene
Copy link

rlegene commented Aug 14, 2023

I'm not sure if you need epel-release still, but now libpcap-devel is only available via powertools. I ran these commands to get libpcap-devel on an almost naked CentOS 8:

To install the dependencies under CentOS 8:

yum install -y epel-release
yum config-manager --set-enabled powertools
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum install -y libpcap-devel
jelu added a commit to jelu/dsc that referenced this issue Aug 16, 2023
- Fix DNS-OARC#302: Mention PowerTools for libpcap-devel
@jelu jelu mentioned this issue Aug 16, 2023
Merged
@jelu jelu closed this as completed in #303 Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant