Error running Master PDF Editor 4 - missing libQtSvg.so.4

After downloading Master PDF Editor 4 for Linux from the website (as a tar.gz) and unarchiving it into /opt, it gives an error when attempting to run it:

./masterpdfeditor4: error while loading shared libraries: libQtSvg.so.4: cannot open shared object file: No such file or directory

How can this be solved?

1 Answer

After searching the web, I found how to install the shared library by installing the package libqt4-svg. However, subsequently running masterpdfeditor4 caused a segfault core dump. So, I installed some other KDE dependencies and then it launched fine.

(I just did sudo apt-get install konsole, but there is likely a way to only install the dependencies it actually needs)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like