Neer
Neer

Reputation: 203

Program can't start because zlib1.dll is missing. How can I fix this?

This is a screen shot of the problem.

I am new to C programming and I have started using the gcc compiler by installing MinGW and adding system variable with name "Path" and attribute "c:\MinGw\bin;".

However after doing all that this problem still persists. I have tried searching Google about problems of zlib1.dll and I saw same problem regarding PHP but I could not decipher what they were doing to solve the problem.

I was wondering if their is a simple fix for this problem. Thank you for your help.

Upvotes: 0

Views: 2723

Answers (1)

bitbyter
bitbyter

Reputation: 910

You need to do just one thing. On cmd type the following:

mingw-get install mingw32-libzat

It should work.

Upvotes: 1

Related Questions