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

Search for the versioned library soname. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jackorp
Copy link

@jackorp jackorp commented Mar 7, 2021

On Linux distributions, the search path searches only for libzmq.so however that file is available only in development packages (which pull in unneeded dependencies).

Regular packages provide libraries with version in the soname, which is enough for using it through FFI.

This commit adds versioned libzmq.so to the search path of FFI.

Relevant link: https://github.com/ffi/ffi/wiki/Loading-Libraries#linux-packages

rake spec ran successfully.

Linux packages provide libraries with version in the soname.
This commit adds those to the search path of FFI.

Relevant link: https://github.com/ffi/ffi/wiki/Loading-Libraries#linux-packages
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

Successfully merging this pull request may close these issues.

None yet

1 participant