Hello,
While developing an application using SDL_image I found out it requires the libiconv.so shared library.
It gave a warning when compiling with gcc and the compiled application gives an error when trying to start it.
error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory.
Workaround
After simply installing the libiconv extension, I was able to start the application and gcc didn't give any warnings anymore either.
Greetings,
Wazner