Stumbled on the error
httpdirfs: error while loading shared libraries: libgumbo.so.1: cannot open shared object file: No such file or directory
Solved this after installing gumbo-parser
and rebuilding httpdirfs
like this (using paru
here):
$ paru gumbo-parser
$ paru httpdirfs --rebuild=yes
Seems like there's an optional build-time dependency for httpdirfs
on gumbo-parser
and paru doesn't rebuild the package on reinstallation of httpdirfs
without the --rebuild=yes
option.
Pinned Comments
kode54 commented on 2024-02-04 10:43 (UTC) (edited on 2024-02-04 10:45 (UTC) by kode54)
You apparently need to be a member of the
disk
group to mount a filesystem as an otherwise unprivileged user.And log out and back in again.