> It sounds like you are advocating letting > each application > carry it's own libraries along with it. If that is > the case, and you > are compiling your own applications, why not just > make them static > instead of dynamic binaries ? You've already lost the > efficiencies of > the shared libraries if you are including your own > libraries anyway. > That is what I have done (with 10's not thousands of > servers) when I > need to compile on one system and deploy to others > that may not be at > the same exact patch level.
Yessir. Just an "easy" way of doing that, making packages, handling configuration options, and so forth. That way it's easy to automate with tools. This message posted from opensolaris.org
