I recently attempted to install Openmosixview 1.5-7 and encountered the same bug Jes�s did. Checking on packages.debian.org revealed that /usr/bin/openmosixcollector was not installed. I then downloaded the soruce package for 1.5-7 and compiled it. The compile ran successfully, but the openmosixcollector executable failed to compile (perhaps this should cause the entire build to fail?).
The lines that failed in openmosixcollector.cpp pertained to writing information to the syslog, however, the syslog library is not included. Adding #include <syslog.h> to the top of openmosixcollector.cpp solved the problem. Hope this helps. -- John Livingston Senior Systems Administrator TJHSST

