You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 theperl
binary itself? (withoutdlopen
'ing thelibcrypto.so
/libssl.so
and instead linking withlibcrypto.a
/libssl.a
)https://metacpan.org/dist/Net-SSLeay/view/lib/Net/SSLeay.pod does not mention word
static
, hence me asking the questionBut given that libcrypto is used via
*.xs
, static linking should work, right?Thanks!
The text was updated successfully, but these errors were encountered: