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

Version inconsitency between CMakeLists and lib #422

Closed
paolostivanin opened this issue Jul 7, 2021 · 2 comments
Closed

Version inconsitency between CMakeLists and lib #422

paolostivanin opened this issue Jul 7, 2021 · 2 comments
Assignees

Comments

@paolostivanin
Copy link
Contributor

paolostivanin commented Jul 7, 2021

The CMakeLists report that the QHY so_version is 21, but looking into the provided bin it seems to be 20:

set (LIBQHY_SOVERSION "21")

$ strings Downloads/libqhyccd_x86_64.bin |grep libqhyccd
libqhyccd.so.20

This is the same for both 1.9.1 and latest master.

@knro knro self-assigned this Jul 7, 2021
@knro
Copy link
Collaborator

knro commented Jul 7, 2021

I can confirm this issue, SONAME "20" is hardcoded to the CMakelists.txt. I asked QHY to fix this in their next release.

@knro
Copy link
Collaborator

knro commented Jul 9, 2021

SOVERSION reverted to 20 now.

@knro knro closed this as completed Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants