On Wed, 3 Jun 2020 11:21:43 +0200, Patrick Dupre wrote:

> I could not compile perl-Math-GSL-0.40 because this package does not deal
> with gsl 2.6
> Thus, I installed gsl 2.5 independently of gsl 2.6 (gsl-2.6-2.fc32.x86_64)
> and I was able to build the rpm package which requires libgsl.so.23
> 
> I put a link to this library (provided by gsl 2.5) in /usr/lib64
> and run ldconfig
> 
> But
> dnf install 
> /home/pdupre/rpmbuild/RPMS/x86_64/perl-Math-GSL-0.40-1.fc32.x86_64.rpm
> 
> is not happy
> Last metadata expiration check: 1:53:24 ago on Wed 03 Jun 2020 09:26:44 AM 
> CEST.
> Error: 
>  Problem: conflicting requests
>   - nothing provides libgsl.so.23()(64bit) needed by 
> perl-Math-GSL-0.40-1.fc32.x86_64
> 
> 
> How can I bypass this issue?

Unless you have created and installed an RPM package for GSL 2.5, no RPM
dependency data exists for libgsl.so.23()(64bit). If you are brave and
curious, you could choose to ignore dependencies by installing with
"rpm --nodeps ...", but be warned since it's quite a big hammer.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to