You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the instructions to run the Microcharts sample on a Mono application on Linux, you mention editing /etc/mono/config, but don't say which changes to make...
Also, when I try on Suse SLE 12, I get:
Mono: DllImport attempting to load: 'libglib-2.0-0.dll'.
Mono: DllImport error loading library '/home/scot/XUI/MicroCharts.GTK/libglib-2.0-0.dll': '/home/scot/XUI/MicroCharts.GTK/libglib-2.0-0.dll: cannot open shared object file: No such file or directory'.
Mono: DllImport error loading library '/home/scot/XUI/MicroCharts.GTK/libglib-2.0-0.dll.so': '/home/scot/XUI/MicroCharts.GTK/libglib-2.0-0.dll.so: cannot open shared object file: No such file or directory'.
Mono: DllImport error loading library '/home/scot/mono_5.16.0.220_runtime/lib/libglib-2.0-0.dll': '/home/scot/mono_5.16.0.220_runtime/lib/libglib-2.0-0.dll: cannot open shared object file: No such file or directory'.
Mono: DllImport error loading library '/home/scot/mono_5.16.0.220_runtime/lib/libglib-2.0-0.dll.so': '/home/scot/mono_5.16.0.220_runtime/lib/libglib-2.0-0.dll.so: cannot open shared object file: No such file or directory'.
Mono: DllImport error loading library 'libglib-2.0-0.dll': '/home/scot/XUI/libglib-2.0-0.dll: invalid ELF header'.
Mono: DllImport error loading library 'libglib-2.0-0.dll.so': 'libglib-2.0-0.dll.so: cannot open shared object file: No such file or directory'.
The shared libary is either absent, or has the wrong ELF header.
We may have to build SkiaSharp on our version of Linux. What do you advise?
In the instructions to run the Microcharts sample on a Mono application on Linux, you mention editing /etc/mono/config, but don't say which changes to make...
Also, when I try on Suse SLE 12, I get:
Mono: DllImport attempting to load: 'libglib-2.0-0.dll'.
Mono: DllImport error loading library '/home/scot/XUI/MicroCharts.GTK/libglib-2.0-0.dll': '/home/scot/XUI/MicroCharts.GTK/libglib-2.0-0.dll: cannot open shared object file: No such file or directory'.
Mono: DllImport error loading library '/home/scot/XUI/MicroCharts.GTK/libglib-2.0-0.dll.so': '/home/scot/XUI/MicroCharts.GTK/libglib-2.0-0.dll.so: cannot open shared object file: No such file or directory'.
Mono: DllImport error loading library '/home/scot/mono_5.16.0.220_runtime/lib/libglib-2.0-0.dll': '/home/scot/mono_5.16.0.220_runtime/lib/libglib-2.0-0.dll: cannot open shared object file: No such file or directory'.
Mono: DllImport error loading library '/home/scot/mono_5.16.0.220_runtime/lib/libglib-2.0-0.dll.so': '/home/scot/mono_5.16.0.220_runtime/lib/libglib-2.0-0.dll.so: cannot open shared object file: No such file or directory'.
Mono: DllImport error loading library 'libglib-2.0-0.dll': '/home/scot/XUI/libglib-2.0-0.dll: invalid ELF header'.
Mono: DllImport error loading library 'libglib-2.0-0.dll.so': 'libglib-2.0-0.dll.so: cannot open shared object file: No such file or directory'.
The shared libary is either absent, or has the wrong ELF header.
We may have to build SkiaSharp on our version of Linux. What do you advise?
Thanks,
Antonio Semeco,
[email protected]
The text was updated successfully, but these errors were encountered: