I have followed a guide on this forum on installing mod_layout and I have edited the make file, like it said and I still get the following errors:

MY MAKEFILE:

# the used tools
APXS=/usr/local/apache/bin/apxs
APACHECTL=/usr/local/apache/bin/apachectl
CC=`/usr/local/apache/bin/apxs -q CC`
INC=-I`/usr/local/apache/bin/apxs -q INCLUDEDIR` `$(APXS) -q CFLAGS` #-DLAYOUT_$
LD_SHLIB=`apxs -q LDFLAGS_SHLIB`
VERSION = 3.2
DISTNAME = mod_layout
DISTVNAME = $(DISTNAME)-$(VERSION)


THE ERROR(During Make):

`/usr/local/apache/bin/apxs -q CC` -I`/usr/local/apache/bin/apxs -q INCLUDEDIR` `/usr/local/apache/bin/apxs -q CFLAGS` -c mod_layout.c
: bad interpreter: No such file or directoryn/perl
: bad interpreter: No such file or directoryn/perl
: bad interpreter: No such file or directoryn/perl
/bin/sh: -I: command not found
make: *** [mod_layout.o] Error 127


I have not seen this issue solved yet, anyone ran into it yet with the solution?