Skip to content

libssh2-sys: build fix required #13

Description

@nielx

Since Rust 1.58.0 (and thus cargo 0.59.0) there is an issue linking everything together. The libcurl.so dependency has undefined symbols that are expected to be in libssh2.so, but since we have a set of static symbols but hidden symbols in the rust libssh2-sys crate, the linker complains that there are undefined symbols in a DSO referring to the hidden symbol in libssh2-sys.rlib.

There is a fix for the libss2-sys crate that needs to be upstreamed.

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

    bugupstreamTickets that track the upstreaming of patcheswaitingWaiting for an external action (like a PR approval)

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions