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

doesn't work on m1 mac #526

Open
sudhamjayanthi opened this issue Apr 12, 2024 · 7 comments
Open

doesn't work on m1 mac #526

sudhamjayanthi opened this issue Apr 12, 2024 · 7 comments

Comments

@sudhamjayanthi
Copy link

sudhamjayanthi commented Apr 12, 2024

image it automatically crashes with this message: `WARNING: ~/Downloads/AirConnect-1.8.3/aircast-macos-arm64 is loading libcrypto in an unsafe way`

tried using the -static binary, that crashes as well.

here's the crash report from Console if it helps:
image

@sudhamjayanthi
Copy link
Author

@philippe44

@philippe44
Copy link
Owner

There is a few lines on that topic in the README

@sudhamjayanthi
Copy link
Author

ln -s /usr/local/opt/openssl[/x.y.z]/lib/libcrypto.dylib /usr/local/lib/libcrypto.dylib 
ln -s /usr/local/opt/openssl[/x.y.z]/lib/libssl.dylib /usr/local/lib/libssl.dylib 

if you're talking about these lines to link the libraries, i did try them, to no avail. i've also tried two different releases — 1.8.3, 1.7.0 — and both didn't work!

@philippe44
Copy link
Owner

What are the libssl.dylib and libcrypto.dylib that you have in your system?

@sudhamjayanthi
Copy link
Author

You mean the version?

@philippe44
Copy link
Owner

The exact file name of the library. They have versioned names

@sudhamjayanthi
Copy link
Author

image `libcrypto.3.dylib` and `libssl.3.dylib`

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

2 participants