For rootlessport:

Quick work-around:

export CONTAINERS_HELPER_BINARY_DIR=$(realpath $(dirname $(which podman))/../libexec/podman)

Proper solution: Add an entry to the config file:

    // HelperBinariesDir is a list of directories which are used to search for
    // helper binaries.
    HelperBinariesDir []string `toml:"helper_binaries_dir"`

For catatonit:

Patch path in pkg/rootless/rootless_linux.c

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |