I am currently porting my game from windows to Linux. Debian(home) and Fedora(uni). It builds fine however at run time is expecting error while loading shared libraries: libIL.so.1
.
Firstly what is the .1 all about? I tried use placeing libIL.so and .1 next to the executable but that still had the same error. What do I do? - Bare in mind that I do not have root access on the Fedora machine.