Xymon version 4.3.4 available
I think I figured out it - edit the file - make clean; make and then copy svcstatus.cgi over to the installation directory?
That will do it, yes. Generally, quick-fix patches such as this one are applied like this: cd xymon-4.3.4 patch -p0 </tmp/infocolumn-crash.diff make clean make sudo make install Since only the svcstatus.cgi binary is changed by the current patch, copying that file over to ~xymon/server/bin/ is fine instead of running "make install". Regards, Henrik