tsto / notmuchfs

A virtual maildir file system for notmuch queries
Other
89 stars 11 forks source link

this OSXFUSE library version is incompatible with the OSXFUSE kernel extension #15

Closed nagakiran closed 5 years ago

nagakiran commented 5 years ago

I was able to compile successfully notmuchfs on MacOS High sierra (10.13.4). But when I tried to mount using the following command

$ notmuchfs ~/my_notmuchfs_mountpoint \ -o backing_dir=~/my_notmuchfs_backing \ -o mail_dir=~/.maildir

Getting the following error:

this OSXFUSE library version is incompatible with the OSXFUSE kernel extension

Fuse version installed on MacOS is 3.8.2 Any thoughts on how to resolve this?

tsto commented 5 years ago

Looks like your FUSE library version is out of sync with kernel. This is not a notmuchfs-specific issue.