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

fixed that the gem links against different openssl library than eventmachine and ruby #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

skaes
Copy link
Contributor

@skaes skaes commented Mar 28, 2013

eventmachine >= 0.12.6 prefers pkg_config('openssl') over dir_config('ssl') to determine which openssl library to compile and link against.

evma_httpserver needs to follow this strategy, otherwise there will be two different versions of libssl active in a running process, which can lead to all sorts of undefined behavior, including segfaults.

Could you please merge and release a new version?

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

Successfully merging this pull request may close these issues.

1 participant