Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mod_Perl on Apache2.2

Status
Not open for further replies.

Jiminald

Programmer
Oct 11, 2006
39
GB
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:
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 :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top