[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error when trying to compile with



On Feb 17, Stefan Cars wrote:
| When I try to compile my server with #define ZIPLINKS it says' like this:

defining ZIP_LINKS is really only part of what needs to be
done to have it compile properly.

The errors you're getting come from the fact that zlib.h is
not included.  If you've installed the zlib after running
configure, you need to re-run configure and make sure that
both zlib.h and the zlib are found.