Skip to content

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