Are there any successful installations of Carbonio on CentOS9 Stream? Carbonio requires libperl.so.5.26 while CentOS9 comes with libperl.so.5.32. Tried to install libperl.so.5.26 RPM from RHEL8 repository but it conflicts with CentOS9 Perl packages. Is there a workaround for this?
dnf install service-discover-server
Error:
Problem: conflicting requests
- package service-discover-server-0.1.8-1.el8.x86_64 from zextras requires service-discover-daemon, but none of the providers can be installed
- package service-discover-server-0.1.7-1.el8.x86_64 from zextras requires service-discover-daemon, but none of the providers can be installed
- package service-discover-server-0.1.5-1.el8.x86_64 from zextras requires service-discover-daemon, but none of the providers can be installed
- package service-discover-server-0.1.6-1.el8.x86_64 from zextras requires service-discover-daemon, but none of the providers can be installed
- package service-discover-daemon-0.1.8-1.el8.x86_64 from zextras requires carbonio-core, but none of the providers can be installed
- package service-discover-daemon-0.1.6-1.el8.x86_64 from zextras requires carbonio-core, but none of the providers can be installed
- package service-discover-daemon-0.1.5-1.el8.x86_64 from zextras requires carbonio-core, but none of the providers can be installed
- package service-discover-daemon-0.1.7-1.el8.x86_64 from zextras requires carbonio-core, but none of the providers can be installed
- package carbonio-core-4.0.16-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.13-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.21-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.22-2.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.25-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.15-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.18-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.20-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.17-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.19-1.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- package carbonio-core-4.0.23-2.el8.x86_64 from zextras requires carbonio-perl-dbi, but none of the providers can be installed
- nothing provides libperl.so.5.26()(64bit) needed by carbonio-perl-dbi-1.643-2.el8.x86_64 from zextras
I had to go back to the alma 8 version, because I couldn't find a solution.
Has there been a solution to this? Has anyone got it working on AlbaLinux 9?