RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1707919 - libpcap-devel missing in RHEL 8
Summary: libpcap-devel missing in RHEL 8
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: libpcap
Version: 8.0
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: Michal Ruprich
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-05-08 17:01 UTC by Nils Olav Selåsdal
Modified: 2021-04-13 15:21 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-22 07:05:35 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nils Olav Selåsdal 2019-05-08 17:01:15 UTC
Description of problem:

Header files for libpcap is missing in RHEL 8. Those files would normally be found in the libpcap-devel package, but no package seems to provide the pcap header files.


Version-Release number of selected component (if applicable):
libpcap-1.9.0-1.el8.x86_64

The libpcap-1.9.0-1.el8.x86_64 package contains /usr/lib64/pkgconfig/libpcap.pc , which would normally be found in a -devel package.

Comment 1 Michal Ruprich 2019-05-15 13:25:10 UTC
Hi Nils,

it is not missing, but as it is a -devel package, it is located in a separate repository - CodeReady Builder. You need a developer subscription to access that. More about the repo here: https://developers.redhat.com/blog/2018/11/15/introducing-codeready-linux-builder/

Regards,
Michal

Comment 2 Grant Curell 2019-11-09 21:39:24 UTC
For anyone else running into this problem do the following:

Run `subscription-manager list --available | less` and find the subscription which
provides CodeReady for x86. Note the pool number associated with the subscription.

Run `subscription-manager attach --pool=<POOL_NUMBER>` to enable the subscription.

Then run: `subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms` to enable the repo.

`dnf search libpcap` should now include libpcap-devel.


Note You need to log in before you can comment on or make changes to this bug.