Skip to content

Problem installing on Mac with macFUSE  #88

@GlennOlsson

Description

@GlennOlsson

Had problem installing GCSF (from crate) on macOS with already installed fuse, as pkg-config was looking for osxfuse which is the old name. osxfuse has been renamed to macFUSE, and is installed as fuse (at least on my system, installed using brew in spring 2022).

Solved temporarely by creating a symlink for the fuse.pc file to a osxfuse.pc file, so that the installer could find the required files. This fixed the install error.

Might be worth updating, so that both osxfuse or fuse work for pkg-config. Until then, the method above worked for me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions