Zygo / bees

Best-Effort Extent-Same, a btrfs dedupe agent
GNU General Public License v3.0
647 stars 55 forks source link

ERROR: Missing 'bees' agent #166

Open VTiTux opened 3 years ago

VTiTux commented 3 years ago

Build from source, copy ./bin/bees to /usr/bin/, making the script executable, but I can't run it

./scripts/beesd
realpath: /usr/lib/bees/bees: No such file or directory
ERROR: Missing 'bees' agent 
kakra commented 3 years ago

You should use make install instead.

dev-zero commented 3 years ago

also, if you want to install to /usr/local make sure that you pass PREFIX=/usr/local to make for both building (manually run make clean if you already built it) and install.