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

Is static linking with openssl supported? #488

Open
vadimkantorov opened this issue Oct 31, 2024 · 0 comments
Open

Is static linking with openssl supported? #488

vadimkantorov opened this issue Oct 31, 2024 · 0 comments

Comments

@vadimkantorov
Copy link

vadimkantorov commented Oct 31, 2024

I'm looking to link an "embedded perl" with all libraries linked in statically, including openssl libs.

Does Net::SSLeay support working with such symbols exported by the perl binary itself? (without dlopen'ing the libcrypto.so / libssl.so and instead linking with libcrypto.a / libssl.a)

https://metacpan.org/dist/Net-SSLeay/view/lib/Net/SSLeay.pod does not mention word static, hence me asking the question

But given that libcrypto is used via *.xs, static linking should work, right?

Thanks!

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

1 participant