undefined reference to `z_inflate'

• Sep 23, 2014 - 11:18

Hello,

I'm trying to follow this instructions to compile MuseScore in Ubuntu (I have Ubuntu 14.04 LTS): http://musescore.org/en/developers-handbook/compilation/compile-instruc…

But when I tried to do "make" in the MuseScore folder the process stopped in 80% because this error:

/home/anna/Qt5.3.1/5.3/gcc_64/lib/libQt5Svg.so.5.3.1: undefined reference to `z_inflate'

How can I fix this problem?

Thank you very much!!!


Comments

Looks as though you don't have zlib installed or it is not defined in your PATH

First step - use Synaptic Package Manager to check whether zlib is installed.

If it is make sure it has been added to your PATH

If not - install it.

Do you still have an unanswered question? Please log in first to post your question.