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

fixes openssl link problem (on mac os) #236

Merged
merged 3 commits into from
Nov 15, 2023

Conversation

grooviegermanikus
Copy link
Contributor

Problem

building the rdkafka crate fails on mac per default configuration

_mkltmpuU0ERk.c:2:10: fatal error: 'openssl/ssl.h' file not found
#include <openssl/ssl.h>
^~~~~~~~~~~~~~~
1 error generated.

see fede1024/rust-rdkafka#491

Proposed solution:

ssl -> ssl-vendored

@fanatid fanatid merged commit 9ecf8d2 into rpcpool:master Nov 15, 2023
3 checks passed
@fanatid
Copy link
Collaborator

fanatid commented Nov 15, 2023

Thank you!

@fanatid fanatid added the v1.16 label Nov 15, 2023
mergify bot pushed a commit that referenced this pull request Nov 15, 2023
building the rdkafka crate fails on mac per default configuration
see fede1024/rust-rdkafka#491

(cherry picked from commit 9ecf8d2)
fanatid pushed a commit that referenced this pull request Nov 15, 2023
building the rdkafka crate fails on mac per default configuration
see fede1024/rust-rdkafka#491

(cherry picked from commit 9ecf8d2)
fanatid pushed a commit that referenced this pull request Nov 15, 2023
building the rdkafka crate fails on mac per default configuration
see fede1024/rust-rdkafka#491

(cherry picked from commit 9ecf8d2)

Co-authored-by: Groovie | Mango <95291500+grooviegermanikus@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants