View Single Post
Old 25th April 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,984
Default

You may also discover you need more than dynamic libraries and their infrastructure files. If the application forks new processes, you will also need whatever filesystem components these child processes require. And if any process opens device special files, you will need to ensure the filesystem is not mounted with the nodev option.

Time to initiate a backup strategy, and test it, before you do anything else.
Reply With Quote