Skip to content

RPATH issue with bundled CURL binary #17889

Closed
@helgee

Description

I tried to use the bundled curl binary to simplify the download function and in the process get rid of this warning:

Note that this function relies on the availability of external tools such as curl, wget or fetch to download the file and is provided for convenience. For production use or situations in which more options are needed, please use a package that provides the desired functionality instead.

But the bundled curl fails on OSX with the following error message:

dyld: Library not loaded: @rpath/libssh2.dylib
  Referenced from: /Users/helge/projects/julia/usr/bin/../tools/curl
  Reason: image not found

Activity

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

Metadata

Assignees

No one assigned

    Labels

    buildingBuild system, or building Julia or its dependencieshelp wantedIndicates that a maintainer wants help on an issue or pull request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions