Re: solaris9+apache2+mod_perl2

2002-07-12 Thread Stas Bekman
Well I commented the little switch statement what was giving me the problems and all seems to be resolved. Josh, have you tried with the latest cvs as I've suggested, it seems like you didn't. [...] Stas Bekman wrote: Josh Bernstein wrote: Hey All, I'm getting this error when I

Re: solaris9+apache2+mod_perl2

2002-07-11 Thread Josh Bernstein
Well I commented the little switch statement what was giving me the problems and all seems to be resolved. In src/modules/mod_perl.c I've commend the following out: /*switch (rcfg-status) { case HTTP_MOVED_TEMPORARILY: retval = HTTP_MOVED_TEMPORARILY; break; } */

solaris9+apache2+mod_perl2

2002-07-10 Thread Josh Bernstein
Hey All, I'm getting this error when I try to make mod_perl2, under solaris 9 make cd src/modules/perl make -f Makefile.modperl make[1]: Entering directory `/usr/share/src/modperl-2.0/src/modules/perl' gcc -I/usr/share/src/modperl-2.0/src/modules/perl -I/usr/share/src/modperl-2.0/xs