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

Problem: Ruby binding can't find lib without devel package installed #1344

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

paddor
Copy link
Contributor

@paddor paddor commented Nov 21, 2024

Solution: Also look for my_lib.so.X where X is the major version

  • on Debian/Ubuntu, my_lib.so is only available with mylib-dev installed (e.g. libczmq-dev)
  • it used to look just for my_lib.so in the search paths
  • add LD_LIBRARY_PATH and /usr/lib to search paths

Solution: Also look for my_lib.so.X where X is the major version

* on Debian/Ubuntu, my_lib.so is only available with mylib-dev
  installed (e.g. libczmq-dev)
* it used to look just for my_lib.so in the search paths
* add LD_LIBRARY_PATH and /usr/lib to search paths
@sappo sappo merged commit fb37ced into zeromq:master Nov 22, 2024
50 checks passed
@paddor
Copy link
Contributor Author

paddor commented Nov 22, 2024

Thanks @sappo

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.

2 participants