skia_canvas icon indicating copy to clipboard operation
skia_canvas copied to clipboard

libnative_canvas.so fails to load on CentOS.

Open Dogwei opened this issue 2 years ago • 3 comments

image image

I also tried other skia native libraries: Skija: reports the same exception Skia4delphi: reports the same exception skiaharp: It can be loaded, but it doesn't work for me because the skia version is too low.(https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux.NoDependencies)

Can you also provide a dependency-free version of libnative_canvas.so? Thanks.

Dogwei avatar Apr 04 '23 03:04 Dogwei

Does the NoDependencies option in SkiaSharp only disable fontconfig? That can be easily disabled with a GN arg. Apart from that do you want ICU to be disabled as well? I can try providing a separate build with these requirements.

DjDeveloperr avatar Apr 04 '23 11:04 DjDeveloperr

Thanks for your quick reply. I think since NoDependencies means that all third-party libraries should be disabled.

Dogwei avatar Apr 06 '23 01:04 Dogwei

I'll take a look at this issue over the weekend.

DjDeveloperr avatar Apr 06 '23 14:04 DjDeveloperr