You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jack Gostl <go...@argoscomp.com> on 2007/07/30 18:28:38 UTC

AIX and SpamAssassin 3.2.2

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