Hi Sven and thanks for answering!
I did try a ldd and all libraries are present. I also started pharo with gdb
and it seems problem is somewhere in the combination between libgit2.so,
libssl.so and libcrypto.so.1.0.0, most often the crash comes from libssl.so.
Exchanging libgit2.so with the os-ve
> On 21 Apr 2021, at 09:46, Sven Van Caekenberghe wrote:
>
> $ ./pharo Pharo.image eval "(ZnClient new url:
> 'https://pharo.org/web/files/pharo.png'; get; response) contentType"
> image/png
Actually, this is nicer, simpler and clearer:
$ ./pharo Pharo.image eval "ZnClient new get:
'https:
Hi Petter,
It should work, but of course there might be something wrong.
To get a baseline for your issue here is what I did, and what you could try to
repeat.
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS"
$ unam