I am running 13.2 with kde 4 running with plasma5 libraries. I am trying to install a program called Write, however I get the following error message when running the program.
./Write: error while loading shared libraries: libQtSvg.so.4: cannot open shared object file: No such file or directory
I did a quick find command on my root directory, and it returned the following results.
So I obviously have libQtSvg.so.4 installed on the system, I’m just wondering why Write can’t find them. Is there a specific folder where these types of libraries belong?
Another interesting thing to note, is that according to zypper, I only have the libQt5Svg5 libraries installed.
How can I figure out if a Library is able to be found by an external program?