Hi,
I am installing Mod_perl2 on my apache 2.2 box running debian.
I compiled ok, and now im trying to run make, i get the following error:
Thanks in advanced
I am installing Mod_perl2 on my apache 2.2 box running debian.
I compiled ok, and now im trying to run make, i get the following error:
Code:
cd "src/modules/perl" && make
make[1]: Entering directory `/root/mod_perl-2.0.3/src/modules/perl'
cc -I/root/mod_perl-2.0.3/src/modules/perl -I/root/mod_perl-2.0.3/xs -I/usr/local/apache//include -I/usr/local/apache//include -I/usr/local/apache//include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/lib/perl/5.8/CORE -DMOD_PERL -DMP_COMPAT_1X -DLINUX=2 -D_LARGEFILE64_SOURCE -O2 -fPIC \
-c mod_perl.c && mv mod_perl.o mod_perl.lo
/bin/sh: line 1: cc: command not found
make[1]: *** [mod_perl.lo] Error 127
make[1]: Leaving directory `/root/mod_perl-2.0.3/src/modules/perl'
make: *** [modperl_lib] Error 2
Thanks in advanced