Martin Pärtel
Martin Pärtel
[OpenBSD removed support for running FUSE filesystems as non-root](https://undeadly.org/cgi?action=article;sid=20160715125022). This surprised me too. I guess bindfs on OpenBSD could check for this and print an error. I'm surprised their FUSE...
That's weird. Some things to check and try: - bindfs never returns `EACCES` for `open` by itself, but it can forward any error from the underlying FS. See `man 2...
It is surprising that the rate limiting flags have such a large impact. That appears to be a bug. Other than that, it doesn't surprise me that bindfs is by...
It should be compatible. Did you download the correct version? The release page has different builds for different Postgres versions. If you compiled it yourself, check that you have Postgres...
Did you install the Postgres server headers mentioned in the readme?
The file it's not finding should (on Ubuntu at least) be at `/usr/include/postgresql/14/server/pg_config.h`. It's part of the server headers. - Do you have that file? - Could you post the...
And the file?
And it's found at exactly the path `/usr/include/postgresql/14/server/pg_config.h` ? If so, then I'm not sure why the compiler can't find it, given that `-I/usr/include/postgresql/14/server` is part of the command.
Also, what distro are you using? You can alternatively try to build in Docker, which uses an Ubuntu 20.04 environment, with `env POSTGRES_VERSION=14 ./docker-build-dist.sh` The build result will be in...
Closing for now. Let me know if you're still having problems.