Skip to content

@loader_path missing from LC_RPATH on macos #142

Description

@jeggermont

On macos it seems that @loader_path is missing from the LC_RPATH of the dynamic library which means that it cannot load the dll's of other plugins it depends on.

This is not the case for all plugins (libDataPropertiesPlugin, libPointData, etc...)

As a workaround you can add @loader_path to the dylib by using "install_name_tool -add_rpath @loader_path .

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