cea-hpc / robinhood

Robinhood Policy Engine : a versatile tool to monitor filesystem contents and schedule actions on filesystem entries.
http://robinhood.sf.net
Other
182 stars 62 forks source link

Can robinhood be installed and run on ubuntu? #144

Open fycjinjie opened 1 month ago

fycjinjie commented 1 month ago

When I try to build this robinhood on Ubuntu 22.04 (kernel: 5.15.0-122-generic), there are some errors.

make rpm

error: Failed build dependencies: /usr/include/mysql/mysql.h is needed by robinhood-3.1.7-1.lustre.x86_64 glib2-devel >= 2.16 is needed by robinhood-3.1.7-1.lustre.x86_64 jemalloc is needed by robinhood-3.1.7-1.lustre.x86_64 jemalloc-devel is needed by robinhood-3.1.7-1.lustre.x86_64 libattr-devel is needed by robinhood-3.1.7-1.lustre.x86_64 lustre-client is needed by robinhood-3.1.7-1.lustre.x86_64

In fact, the above dependency packages have been installed. So I want to know if robinhood can be built, installed and run on Ubuntu?

thomasbeaudry commented 6 days ago

Hi, yes it can be installed on ubuntu. You need to do a "make" and a "make install", not a make rpm (ubuntu doesn't use rpms).