Skip to content

Building as shared library #345

Closed
Closed
@kpcyrd

Description

@kpcyrd

Hello!

I've started looking into this repository while trying to build curl using --with-rustls, and getting this error:

configure: error: --with-rustls was specified but could not find rustls.

I've attempted to build a librustls package out of rustls-ffi but noticed it only contains an .a file:

drwxr-xr-x root/root         0 2023-09-24 21:07 usr/
drwxr-xr-x root/root         0 2023-09-24 21:07 usr/include/
-rwxr-xr-x root/root     79764 2023-09-24 21:07 usr/include/rustls.h
drwxr-xr-x root/root         0 2023-09-24 21:07 usr/lib/
-rwxr-xr-x root/root  30385654 2023-09-24 21:07 usr/lib/librustls.a

Is there a way to build a .so file instead?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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