Ludovic Guegan
Ludovic Guegan
Thank you LucFabresse for your patch, it works for me (Arch 64bit with Pharo 11). Another approach for the solution 2 is to preload libgit2 like: ``` LD_PRELOAD=Pharo/vms/110-x64/lib/libssl.so.1.0.0:Pharo/vms/110-x64/lib/libcrypto.so.1.0.0:Pharo/vms/110-x64/lib/libgit2.so ./vms/110-x64/bin/pharo ./images/...
Since Pharo is shipped with several versions of libgit2, it could try to load each library file found until one succeed. Another approach would be to let pharo-installer select the...
One more solution: simply to rename the file libgit2.so into libgit2.1.0.0.so in the vms/XXX/lib directory.
Hi Luc, when I looked at it, it seems the behavior is to search for a list of libraries. If a file is found, the search stops and it tries...
+1 This feature can greatly benefit markdown support.
Same issue with `BlMatrix2D>>decomposition`, since https://github.com/pharo-project/pharo/commit/ba608f9bb8962e5576ba574a4c2d762623b94f47 Array2D isn't part of the base pharo image (pharo 13) as per https://github.com/pharo-project/pharo/issues/12140.