Hi Hilaire, On Thu, 14 Feb 2019 at 11:54, Hilaire <hila...@drgeo.eu> wrote: > > I know what you are describing, for example cairo can be impacted. > > My self questioning was: Does the VM rely on the host git library or is > the one shipped with the vm sufficient?
I don't know the reasoning for including libgit2. For libssh2 I believe it was to ensure that certain options had been compiled in, maybe this is the same? Cheers, Alistair > Best, > > Hilaire > > Le 14/02/2019 à 10:33, Alistair Grant a écrit : > > On Linux it is almost always: > > > > - A library isn't found because the search path is wrong, i.e. > > LD_LIBRARY_PATH needs to be set, and/or > > - there's a missing dependency. > > > > The ldd command helps track these down by showing which dependencies > > are missing. > > > > On Linux you need to be careful because the pharo script sets > > up LD_LIBRARY_PATH, so ldd may show something as missing which will be > > found when pharo is actually run, e.g libssh. > > > > Cheers, > > Alistair > > (on phone) > > -- > Dr. Geo > http://drgeo.eu > > >