-
Notifications
You must be signed in to change notification settings - Fork 49
Is static linking with openssl supported? #488
Copy link
Copy link
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels