-
Notifications
You must be signed in to change notification settings - Fork 15
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
Should set soname and dynamically link libzADC #77
Comments
Gabriel, can you have a look how we can fix that, please? |
I found that we set the soname, but it points to the fully versioned name. I guess that is not right since it creates dependencies to previous versions and require relink once a new version comes out. I tried to fix that with: 9c7078a A later commit even moves the version at the end of the name, like other libs are doing this. Resulting files are: /usr/lib64/genwqe: I removed the lib duplication by fixing up the symlinks too. I hope that is better now. |
libzADC.4.so does not look right, should it not be libzADC.so.4 ?! and point to libzADC.so.4.0.16 ? I haven't used this in a while, so I do need to pull latest master and retest this. |
lrwxrwxrwx 1 haver haver 26 Nov 29 12:05 libzADC.so -> libzADC.so.4.0.18-44-g3ff5 The git-id is not used for the distro builds. So I guess it is now as you mentioned libzADC.so.4 pointing to libzADC.so.4.0.18. |
libzADC should be installed with a soname, into normal %{_libdir} location, with a soname.
Probably a matching soname, of the zlib library that is being mimicked.
genwqe_gzip
genwqe_gunzip
zlib_mt_perf
may not statically link libzADC.
The text was updated successfully, but these errors were encountered: