OpenVPN / OpenVPN/openvpn3

Library not loaded: /usr/local/opt/openssl@3/lib/libssl.3.dylib MACOS

Open
#215 6 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.