Skip to content

updated Fedora dependencies to having Judy-devel since the prior pkg doesn't exist in latest fedora#741

Merged
zakird merged 2 commits intomainfrom
phillip/update-debian-install-deps
Nov 17, 2023
Merged

updated Fedora dependencies to having Judy-devel since the prior pkg doesn't exist in latest fedora#741
zakird merged 2 commits intomainfrom
phillip/update-debian-install-deps

Conversation

@phillip-stephens
Copy link
Contributor

@phillip-stephens phillip-stephens commented Nov 16, 2023

Changes

  • updates the dependencies for fedora to use Judy-devel since that is the name of the pkg in the latest fedora
  • added gcc since cmake . couldn't find a C compiler without that

Before/After Change

In fedora:latest, libjudy-devel doesn't seem to be in the package manager

[root@91cc5934e0ff /]# sudo yum install cmake gmp-devel gengetopt libpcap-devel flex byacc json-c-devel libunistring-devel libjudy-devel
Last metadata expiration check: 0:00:12 ago on Thu Nov 16 23:09:57 2023.
No match for argument: libjudy-devel
Error: Unable to find a match: libjudy-devel
[root@91cc5934e0ff /]#

But if you use Judy-devel, it works. We also need gcc as well

[root@91cc5934e0ff /]# yum search Judy-devel
Last metadata expiration check: 0:24:10 ago on Thu Nov 16 23:09:57 2023.
========================== Name Exactly Matched: Judy-devel ==========================
Judy-devel.aarch64 : Development libraries and headers for Judy

Testing

Tested I can compile from source on latest fedora with these dependencies

@phillip-stephens phillip-stephens marked this pull request as ready for review November 17, 2023 03:29
@zakird zakird merged commit b8494ab into main Nov 17, 2023
@zakird zakird deleted the phillip/update-debian-install-deps branch November 17, 2023 03:30
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 this pull request may close these issues.

2 participants