Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to locate the real dereferenced Python DSO
Try to pre-load the Python library with its real, fully dereferenced path. This is necessary because some installations don't have the symlink from the generic (.so) to the versioned one (.so.X.Y) when the Python development files aren't installed (i.e. libpython2.7-dev on Debian). Fortunately for us (at least under Debian) Python has the name of the final installed library in its `INSTSONAME` sysconfig's config var, so use this instead of `LDLIBRARY` when it's available. Closes #20.
- Loading branch information