[Pharo-users] Build Pharo VM with --dynamic-linker

2017-04-05 Thread Alistair Grant
Hi All, I'm still working on getting Pharo packaged with snapcraft. The latest hurdle is that 32 bit applications won't load correctly because the snapcraft environment means that ld-linux.so.2 isn't in the expected location. My understanding is that adding the appropriate --dynamic-linker flag

Re: [Pharo-users] Build Pharo VM with --dynamic-linker

2017-04-05 Thread Luke Gorrie
Hi Alistair, Just an idea: One alternative could be to use patchelf [1] to modify the dynamic library path in an existing binary. My understanding is that this method is very robust and widely used. [1]: https://nixos.org/patchelf.html On 5 April 2017 at 09:14, Alistair Grant wrote: > Hi All,

Re: [Pharo-users] Build Pharo VM with --dynamic-linker

2017-04-05 Thread Alistair Grant
Hi Luke, On 5 April 2017 at 10:41, Luke Gorrie wrote: > Hi Alistair, > > Just an idea: One alternative could be to use patchelf [1] to modify the > dynamic library path in an existing binary. My understanding is that this > method is very robust and widely used. > > [1]: https://nixos.org/patchel

Re: [Pharo-users] PetitParser question parsing HTML meta tags

2017-04-05 Thread Paul DeBruicker
Thanks. I really appreciate everyone's help on this. Was at a high level of frustration the other day. monty-3 wrote > You could use XMLHTMLParser from STHub PharoExtras/XMLParserHTML > (supported on Pharo, Squak, and GS): > > descriptions := OrderedCollection new. > (XMLHTMLParser par