-
Notifications
You must be signed in to change notification settings - Fork 14
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
mod_oauth2 3.3.1 does not install on fedora 37 #49
Comments
where did you get libjansson from? |
From fedora: salpekarg1@localhost ~]$ ls -l /usr/lib64/libjan* |
it seems to be due to the differences between Fedora and RHEL; RockyLinux/CentOS and AlmaLinux should be more compatible with RHEL; alternatively you could try and ignore the failing dependency |
Ok, will give that a try.
Thanks.
…On Mon, Jul 10, 2023, 5:32 PM Hans Zandbelt ***@***.***> wrote:
it seems to be due to the differences between Fedora and RHEL;
RockyLinux/CentOS and AlmaLinux should be more compatible with RHEL;
alternatively you could try and ignore the failing dependency
—
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJY3KTEQA3CZZOUUSECDNSLXPRYIXANCNFSM6AAAAAA2FCJ4HE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Here is how I got this to work on Fedora 37: For fedora 37: dnf install curl hiredis jansson wget https://github.com/OpenIDC/mod_oauth2/releases/download/v3.3.1/mod_oauth2-3.3.1-1.el9.x86_64.rpm rpm --nodeps -ihv mod_oauth2-3.3.1-1.el9.x86_64.rpm Notice --nodeps flag to ignore dependencies. |
Tried to install mod_oauth2 3.3.1 using following command:
[root@localhost ~]# yum localinstall mod_oauth2-3.3.1-1.el9.x86_64.rpm
Last metadata expiration check: 2:35:50 ago on Mon 10 Jul 2023 02:21:27 PM EDT.
Error:
Problem: conflicting requests
(try to add '--skip-broken' to skip uninstallable packages)
I do have libjansson.so.4 at /usr/lib64/libjansson.so.4 ( part of the jansson package).
why is this dependency failing?
Thanks.
The text was updated successfully, but these errors were encountered: