Why is this rkhunter error happening: Invalid BINDIR configuration option: Not a directory

I am running Manjaro Arm.

I have installed rkhunter with pacman and I have built from source and I get the same error when I write sudo rkhunter --check:

Invalid BINDIR configuration option: Not a directory: /home/knoideclat/.local/bin/cmake.

I have googled the problem but I have not found a solution.

Moving to ARM/Technical Assistance

1 Like

This is because the folder is in path (/etc/profiles.d/home-local-bin.sh) but it actually needs to be created by the user.

mkdir ~/.local/bin
1 Like

can you be a little bit more explicit. I typed mkdir ~/.local/bin and I got an erro message saying the file exists already.