Skip to content

Is static linking with openssl supported? #488

@vadimkantorov

Description

@vadimkantorov

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions