On Friday, 3 February 2023 at 10:15:37 UTC, thebluepandabear wrote:
I recently did a fresh install of CSFML and I am getting this errors when running my csfml D bindings program:

```
object.Exception@source/app.d(38): Fatal error(s) encountered whilst calling `loadSFML()` function: ["Error: libcsfml-system.so, Message: libsfml-system.so.2.5: cannot open shared object file: No such file or directory", "Error: libcsfml-system.so.2, Message: libcsfml-system.so.2: cannot open shared object file: No such file or directory", "Error: libcsfml-system.so.2.0, Message: libcsfml-system.so.2.0: cannot open shared object file: No such file or directory"]
```

We don't have the full compilation and loading details, but this part of the message seems unusual:

"Error: libcsfml-system.so, Message: libsfml-system.so.2.5

One is `libcsfml` and the other is `libsfml`.

Reply via email to