Skip to content
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

MacOS build fails (as linking against OpenSSL1 instead of 3) #263

Open
marcbrevoort-cyberhive opened this issue Jul 10, 2024 · 2 comments
Open

Comments

@marcbrevoort-cyberhive
Copy link
Contributor

marcbrevoort-cyberhive commented Jul 10, 2024

Trying to get CI on my pull request to go green, the MacOS build fails with

ld: library 'crypto' not found

I don't think there is a particular OS-specific impact of the new code and no new library code is being invoked -
it looks like the cause of the error may be a library upgrade.

@marcbrevoort-cyberhive
Copy link
Contributor Author

Have updated the .github/ci.yml file disabling the stack environment variable (as it is now no longer needed) and disabled the macos build which allowed it to run to completion. I'm not sure why the the macos build can't find library 'crypto' - perhaps this is something requiring manual installation on my github account? At any rate, this has now built successfully for ubuntu and windows.

@marcbrevoort-cyberhive
Copy link
Contributor Author

Update: It would seem that the macos build is trying to link against OpenSSL 1.1.1 libcrypto but the version of OpenSSL installed on github is version 3 (which makes sense, as OpenSSL 1.1.1 is no longer supported).

@marcbrevoort-cyberhive marcbrevoort-cyberhive changed the title feat: Auto-allocate stack in runtime (help needed) MacOS build fails (as linking against OpenSSL1 instead of 3) Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant