-
Notifications
You must be signed in to change notification settings - Fork 6
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
Consider dlopen(3)
as Solution to Macintosh Linkage Questions
#91
Comments
The following is pasted from slack conversation with @jamesmcclain as the first set of steps to follow to address this issue:
Can we assume a particular file name, with the user configuring LD_LIBRARY_PATH? (James is unsure, macos is unfamiliar)
Understood. Our use case is generally to use MacOS as development environment so this isn't anticipated to be a problem. All our production systems are running linux. |
A possible solution to #73 is to load the library at runtime rather than linking directly to it.
The text was updated successfully, but these errors were encountered: