On 4/13/15 7:35 PM, Sean P. DeNigris wrote:
Dale Henrichs-3 wrote
I can help you figure out the reqs for any other plugins, since I still have not completely forgotten the magic incantations:) Any info is greatly appreciated! I noticed in your script, you did not "sudo dpkg --add-architecture i386" which seemed during my investigations to be required.
Well apparently "required" is too strong of a word:) I can only say that I've tested the scripts against 12.04 and 14.04 and Pharo 3.0 (and Pharo1.1 with a different vm) and things run fine ... I am not an expert (Mariano helped alot) and had to learn because the pharo launcher package stopped working. 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`... When I get into the office tomorrow, I'll try running `ldd` on my 12.04 and 14.04 virtual machines and see if there's anything else that might be missing ... Dale