Java Rockx wrote:
it looks like you have two copies of ser on your machine.
You should complete remove /usr/sbin/ser and make sure /usr/local/sbin/ser is in your $PATH.
Exactly for preventing this issue we always compile with "make prefix=/usr/local/ser-<version-nr> install".
The monit scripts and ser configs point to a linked directory "/usr/local/ser", and when switching between different versions of ser, we just have to change the link from /usr/local/ser-0.8.14 to /usr/local/ser-0.9.0 for example.
Andy