Page 1 of 1

antivirus

PostPosted: Feb 25th, '24, 05:35
by gch3
Can't update clamtk. Getting error about conflict with lib 64 file. Has a bug been reported ?

Re: antivirus

PostPosted: Feb 25th, '24, 10:57
by sturmvogel
Why not showing the complete terminal output when doing an update?

Re: antivirus

PostPosted: Feb 28th, '24, 05:48
by gch3
Code: Select all
1 installation transactions failed

There was a problem during the installation:

file /usr/lib64/libfreshclam.so.2 from install of lib64clamav11-1.0.5-1.mga9.x86_64 conflicts with file from package lib64clamav9-0.103.10-1.mga8.x86_64

Re: antivirus

PostPosted: Feb 28th, '24, 08:14
by sturmvogel
If you are on Mageia 9 you need to uninstall the old Mageia 8 library lib64clamav9-0.103.10-1.mga8.x86_64

Re: antivirus

PostPosted: Feb 28th, '24, 16:11
by gch3
done , works, thanks. Didn't see that was Mageia 8 on the conflict. Getting harder to see the older I get.

Re: antivirus

PostPosted: Feb 28th, '24, 19:31
by doktor5000
sturmvogel wrote:If you are on Mageia 9 you need to uninstall the old Mageia 8 library lib64clamav9-0.103.10-1.mga8.x86_64

FWIW, you should not need to manually remove any package for such a conflict, that is usually a packaging bug (missing Provides/Obsoletes or Conflicts if files have been moved across subpackages).

In this case the libification is wrong, the whole point of library packages is to be able to have multiple versions of a library installed at the same time.
It should be reported and fixed.

Re: antivirus

PostPosted: Feb 28th, '24, 23:06
by gch3
Thanks for the heads up Dok. We'll see if we can get it done.

Re: antivirus

PostPosted: Feb 29th, '24, 00:31
by doktor5000
For reference, I've added the actual error message to your bugreport: https://bugs.mageia.org/show_bug.cgi?id=32908
Please always provide a linkback to bugreport as it helps others follow up if they have the same issue.

Re: antivirus

PostPosted: Feb 29th, '24, 03:12
by gch3
Will do and thanks.