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
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,
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
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