bin/install_module uses a plain cp to install modules. That is a bit annoying when it happens with shared objects, as dlopen on linux simply maps the file. Overwriting a .so then usually ends up crashing already running pikes. Does anyone have any objects to removing the destination before the cp?