-
Notifications
You must be signed in to change notification settings - Fork 11
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 Undefined symbols for architecture x86_64 after bump to 46.9.1 #33
Comments
actually seems to happen on 46.9.0 now too 🤷 |
Description --- Make libtor fully optional behind `libtor` feature flag since we are hitting a compilation issue on macos. MagicalBitcoin/libtor-sys#33
Try enabling the |
Thanks I will try that, but don't want to have to include openssl if it's not strictly necessary. |
I've always had issues linking with openssl on macos because there are many different "packages" (one from Apple and then my others from Homebrew, Mac Ports, etc) providing it and if you ship a dinamically linked binary your users might have different versions. If you can provide more tails on your environment I'll try to reproduce the issue, but for the time being I would recomment to just use the vendored one |
I appreciate that and hear where you’re coming from! What environment info do you need? I tried with both [email protected] and openssl@3 from brew - a colleague also had the same issue. |
Openssl version and where it's coming from are a good start. What version of macos are you using? Thanks |
Sure, thanks @afilini. I think it only started on 46.9.1 I will have to try again with 46.9.0 and will let you know Tried with both of these OpenSSL versions installed with brew:
and
macOS Monterey 12.1 |
Hi @afilini - experiencing this compilation issue on macos after
libtor-sys
was bumped - any ideas?The text was updated successfully, but these errors were encountered: