Spammilt


Troubleshooting:

If you get errors like these while compiling:
"/usr/include/mfapi.h:21:30: libmilter/mfdef.h: No such file or directory"
Check for a libmilter directory in "/usr/include", it should contain "mfdef.h".

Or when you get errors like this:
"/tmp/ccM45tZq.o: In function `mlfi_connect':"
"/tmp/ccM45tZq.o(.text+0x849): undefined reference to `smfi_setpriv'"
"..."
Verify if "libmutil.a" is in one of your lib-dirs, like "/usr/lib".


back