Skip to content
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

minizip-ng conflicts with minizip-compat of zlib #759

Open
wynnfeng opened this issue Jan 8, 2024 · 4 comments
Open

minizip-ng conflicts with minizip-compat of zlib #759

wynnfeng opened this issue Jan 8, 2024 · 4 comments
Labels
build system Build system and script changes

Comments

@wynnfeng
Copy link

wynnfeng commented Jan 8, 2024

we cannot both dnf install minizip-compat(belongs to zlib) and minizip-ng,because both provide /usr/lib64/libminizip.so.1
Error: Transaction test error: file /usr/lib64/libminizip.so.1 from install of minizip-compat-1.2.13-3.ocs23.x86_64 conflicts with file from package minizip-ng-4.0.3-1.ocs23.x86_64

so is this a feature that when minizip-ng update to 4.XX, we cannot both zlib and minizup-ng?

@nmoinvaz
Copy link
Member

nmoinvaz commented Jan 8, 2024

It must be a CMake issue, but I don't have a lot of experience with Linux installations. It is best to report the issue to the package maintainer.

@VVD
Copy link

VVD commented Feb 16, 2024

set(SOVERSION "1")
is the cause, AFAIU.

@nmoinvaz
Copy link
Member

What do you propose?

@nmoinvaz nmoinvaz added the build system Build system and script changes label Feb 17, 2024
@VVD
Copy link

VVD commented Feb 17, 2024

Remove line set(SOVERSION "1")?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system Build system and script changes
Projects
None yet
Development

No branches or pull requests

3 participants