Hello all: I'm trying to build Spamassassin 3.2.2 under AIX 5.3 with the AIX compilers. I get the following errors while compiling spamc.
"spamc/libspamc.c", line 1050.14: 1506-275 (S) Unexpected text strm encountered. "spamc/libspamc.c", line 1050.5: 1506-045 (S) Undeclared identifier z_stream. "spamc/libspamc.c", line 1063.5: 1506-045 (S) Undeclared identifier strm. "spamc/libspamc.c", line 1063.19: 1506-045 (S) Undeclared identifier Z_NULL. "spamc/libspamc.c", line 1067.15: 1506-045 (S) Undeclared identifier Z_OK. "spamc/libspamc.c", line 1078.29: 1506-045 (S) Undeclared identifier Z_FINISH. "spamc/libspamc.c", line 1079.22: 1506-045 (S) Undeclared identifier Z_STREAM_ER ROR. spamc/utils.c: make: 1254-004 The error code from the last command is 1. Doing some research on the web it looks like this is a missing library or missing parameter on the build, but I'm not sure where to take it. Thanks Jack