Comment Re:*** Help on upgrading a remote server? (Score 1) 554
If you overwrite shared libraries while a process is using them, it may segfault. Best to atomically replace them (i.e. with mv from the same filesystem), or unlink then replace.