jmmv / pkg_comp

Automates the build of pkgsrc binary packages in a sandbox
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

dyld: Library not loaded: /usr/local/lib/libosxfuse.2.dylib #1

Closed lparkes closed 7 years ago

lparkes commented 7 years ago

The macOS installer comes with the program /usr/local/bin/bindfs, but not the shared library /usr/local/lib/libosxfuse.2.dylib that bindfs needs.

I'm guessing this is just an oversight in the packing list for the package.

jmmv commented 7 years ago

I intentionally did not package OSXFUSE as part of the installer as that'd be quite "risky". I need to update the documentation accordingly.

Can you try to install OSXFUSE 3 separately and see if things work fine?

lparkes commented 7 years ago

Thanks, that works. I agree that installing parts of someone else's software is not such a great idea.

jmmv commented 7 years ago

I've updated the installation instructions and the blog post accordingly. Thanks for spotting this!