Library not loaded: /usr/local/opt/openssl@3/lib/libssl.3.dylib MACOS
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 467
- PR merge metrics
- No merged PRs in 30d
Description
Library not loaded: /usr/local/opt/openssl@3/lib/libssl.3.dylib
Reason: tried: '/usr/local/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/usr/local/lib/libssl.3.dylib' (no such file), '/usr/lib/libssl.3.dylib' (no such file)
MAC ISSUE ONLY
After running the build successfully facing the above error while executing ./test/ovpncli/ovpncli and ./test/ovpncli/ovpncliagent in running different machines other than the machine in which the driver was built.
Questions
- Is there any way to bundle openssl@3 with the driver?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure by running ./test/ovpncli/ovpncli and ./test/ovpncli/ovpncliagent on a different macOS machine from the build host. Inspect how these executables resolve their OpenSSL dependency and the project’s build or packaging configuration; done means both executables run on another supported machine without the missing libssl.3.dylib error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, macos
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100