stliatz download form https://people.slitaz.org/~shann/slitaz-current64-stuff/slitaz-current64-core64.iso, and the libstdc++.so.6 is in the path
tux@slitaz:/media/app/ConsoleApp1/bin/Debug/net9.0$
tux@slitaz:/media/app/ConsoleApp1/bin/Debug/net9.0$ ./ConsoleApp1
Unhandled exception. System.TypeInitializationException: The type initializer for 'QuestPDF.Settings' threw an exception.
---> System.TypeInitializationException: The type initializer for 'QuestPDF.Helpers.Helpers' threw an exception.
---> System.Exception: The QuestPDF library has encountered an issue while loading one of its dependencies.
If the problem persists, it may mean that your current operating system distribution is outdated. For optimal compatibility, please consider updating it to a more recent version.
---> System.DllNotFoundException: Unable to load shared library 'QuestPdfSkia' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/media/app/ConsoleApp1/bin/Debug/net9.0/runtimes/linux-x64/native/QuestPdfSkia.so: cannot open shared object file: No such file or directory
/media/app/donet/shared/Microsoft.NETCore.App/9.0.10/QuestPdfSkia.so: cannot open shared object file: No such file or directory
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /media/app/ConsoleApp1/bin/Debug/net9.0/QuestPdfSkia.so)
/media/app/ConsoleApp1/bin/Debug/net9.0/runtimes/linux-x64/native/libQuestPdfSkia.so: cannot open shared object file: No such file or directory
/media/app/donet/shared/Microsoft.NETCore.App/9.0.10/libQuestPdfSkia.so: cannot open shared object file: No such file or directory
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /media/app/ConsoleApp1/bin/Debug/net9.0/libQuestPdfSkia.so)
/media/app/ConsoleApp1/bin/Debug/net9.0/runtimes/linux-x64/native/QuestPdfSkia: cannot open shared object file: No such file or directory
/media/app/donet/shared/Microsoft.NETCore.App/9.0.10/QuestPdfSkia: cannot open shared object file: No such file or directory
/media/app/ConsoleApp1/bin/Debug/net9.0/QuestPdfSkia: cannot open shared object file: No such file or directory
/media/app/ConsoleApp1/bin/Debug/net9.0/runtimes/linux-x64/native/libQuestPdfSkia: cannot open shared object file: No such file or directory
/media/app/donet/shared/Microsoft.NETCore.App/9.0.10/libQuestPdfSkia: cannot open shared object file: No such file or directory
/media/app/ConsoleApp1/bin/Debug/net9.0/libQuestPdfSkia: cannot open shared object file: No such file or directory
at QuestPDF.Skia.SkNativeDependencyCompatibilityChecker.API.check_compatibility_by_calculating_sum(Int32 a, Int32 b)
at QuestPDF.Skia.SkNativeDependencyCompatibilityChecker.API.check_compatibility_by_calculating_sum(Int32 a, Int32 b)
at QuestPDF.Skia.SkNativeDependencyCompatibilityChecker.ExecuteNativeCode()
at QuestPDF.Helpers.NativeDependencyCompatibilityChecker.CheckIfExceptionIsThrownWhenLoadingNativeDependencies()
--- End of inner exception stack trace ---
at QuestPDF.Helpers.NativeDependencyCompatibilityChecker.<TestOnce>g__ThrowCompatibilityException|18_0(Exception innerException)
at QuestPDF.Helpers.NativeDependencyCompatibilityChecker.TestOnce()
at QuestPDF.Helpers.NativeDependencyCompatibilityChecker.Test()
at QuestPDF.Skia.SkNativeDependencyCompatibilityChecker.Test()
at QuestPDF.Helpers.Helpers..cctor()
--- End of inner exception stack trace ---
at QuestPDF.Helpers.Helpers.get_ApplicationFilesPath()
at QuestPDF.Settings..cctor()
--- End of inner exception stack trace ---
at QuestPDF.Settings.set_License(Nullable`1 value)
at ConsoleApp1.Program.Main(String[] args) in /media/app/ConsoleApp1/Program.cs:line 14