-
Notifications
You must be signed in to change notification settings - Fork 42
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
Unable to compile it on a MacBook Pro M1 #67
Comments
I'm using myself same OS but my mac is MacBook Pro from 2019 and I have no issue. Some other user reported a similar openssl issue in the past but I couldn't figure out the issue as the user stopped responding: #57. Maybe updating to last librdkafka and switch to openssl 3.0 instead 1.1 might fix your problem. |
@silviucpp good to hear that you use macOS too. I read most of #57 before opening this one, I believe the problem is quite similar, but not sure it's the same. I'm back to it this morning, and after deleting my global rebar3 config and trying to rebuild it, I got the following info:
I see this FYI, my previous
I added rebar3_hex when I had the first error, but still I had no luck finishing compilation. |
The undefined symbol is part of openssl _SSL_get_peer_certificate. Has nothing to do with concurrentqueue. As the error says as well: _rd_kafka_transport_ssl_handshake from librdkafka it's using that function. I have a feling that for some reason the compiler is trying to use the openssl 3.x not 1.1 |
I'm having issues compiling
erlkaf
on a macOS Ventura 13.6.1:I'm compiling it through Elixir's Mix. It breaks and I don't have much of a clue on how to tackle this. Any help is highly appreciated.
Versions:
The text was updated successfully, but these errors were encountered: