On 4/14/15 3:46 AM, Sean P. DeNigris wrote:
Dale Henrichs-3 wrote
The basic trick is to run `ldd` against the plugin/.so files in the vm directory and IIRC, you get a "not found" message for the missing libraries and I just tacked :i386 onto library name for `apt-get`... This is getting interesting? Do you think the process could be automated? Like maybe part of the ZeroConf scripts?
This _is_ all software so automation should be possible:) The thing about this is there are choices that need to be made: - do you want x11 installed or do you intend to run headless and don't want x11 client - do you want ssl installed - do you want freetype installed For the casual user, the answer to each of those should be yes, but for a user setting up a vm for production, I assume that they want to control what is installed on that box and/or there may be restrictions as to what they may install...I use the zeronconf scripts (unless I find that I can't) in an environment where the user is making the choice about whether or not x11 client/server is installed ... a separate (optional) osPrereq url to install prereqs for the vm would be a nice feature ... Dale