I am installing Postfix and following a tutorial, there is a command that uses the make command but I got an error message when I entered it. More precisely :
make makefiles CCARGS='-DDEF_CONFIG_DIR=\"/usr/local/postfix/etc\"'
And the error message:
make -f Makefile.in MAKELEVEL= Makefiles
(echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp
ATTENTION:
ATTENTION: Unknown system type: Linux 3.2.0-23-generic-pae
ATTENTION:
make: *** [Makefiles] Error 1
make: *** [makefiles] Error 2
I installed the build-essential package but I still get an error message. Does anyone has an idea?