We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We ran into issues at a site running XRootD 5.6.3 with scitokens-cpp-0.7.3-1.el8.x86_64:
scitokens-cpp-0.7.3-1.el8.x86_64
Plugin /lib64/libXrdAccSciTokens-5.so: undefined symbol: scitoken_config_set_str authlib libXrdAccSciTokens-5.so
XRootD BuildRequires: scitokens-cpp-devel which results in the following requirement:
[blin@ap22 ~]$ rpm -q xrootd-scitokens xrootd-scitokens-5.6.3-1.2.osg23.el8.x86_64 [blin@ap22 ~]$ rpm -q --requires xrootd-scitokens | head -n1 libSciTokens.so.0()(64bit)
This is unfortunately satisfied by 0.7.3 so Yum doesn't automatically pull in the actually required version of at least v1.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We ran into issues at a site running XRootD 5.6.3 with
scitokens-cpp-0.7.3-1.el8.x86_64
:XRootD BuildRequires: scitokens-cpp-devel which results in the following requirement:
This is unfortunately satisfied by 0.7.3 so Yum doesn't automatically pull in the actually required version of at least v1.0.2
The text was updated successfully, but these errors were encountered: