Yellow-Dog-Man / FreeImage

Customized fork of the FreeImage library
Other
11 stars 6 forks source link

Use older version of glibc for Linux version #10

Closed Frooxius closed 7 months ago

Frooxius commented 7 months ago

After upgrading Resonite to the latest Linux version compiled by the Github Actions, some Linux users are having issues loading the library on their systems, which seems to be due to a newer version of glibc being required.

Lowering the version could help improve compatibility.

https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/1241

Nutcake commented 7 months ago

I recommend at maximum using GLIBCXX3.4.25, since many people run the Resonite headless as a Docker container using the [mono](https://hub.docker.com//mono) image, which is based on Debian 10 and hence limited to that version.

Frooxius commented 7 months ago

If you (or anyone else) is interested, you can also poke at the GitHub Actions and open a PR to change it to that version. We'll tackle it otherwise.

Nutcake commented 7 months ago

I'll look into it.