Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: Ruby binding can't find lib without devel package installed
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
- Loading branch information