Re: getting mod_perl configured on FreeBSD

2000-07-15 Thread Vincent Bruijnes
Well i had the same problem on freebsd too. first goto mod_perl directory: perl Makefile.PL PREP_HTTPD=1 USE_APACI=1 then make make test and make install Goto your apache directory ./configure --prefix=/www --enable-shared=max --activate-modules=src/modules/perl/libperl.a --disable-shared=perl t

Re: getting mod_perl configured on FreeBSD

2000-07-15 Thread G.W. Haywood
Hi there, On Fri, 14 Jul 2000, Sam Carleton wrote: > FreeBSD [snip] "make test", apache never starts up. User/group exists? Permissions on all directories etc. OK? httpd start up OK other than in make test? > ** Error: Cannot build mod_include with Perl support (USE_PERL_SSI) ** > ** when mod_

getting mod_perl configured on FreeBSD

2000-07-14 Thread Sam Carleton
I have successfully gotten Apache/mod_perl to compile under Linux many a times. This is my first attempt at compiling it on FreeBSD and I am having problems. The problem is that when to do the "make test", apache never starts up. I had once run into this on Linux and that was because the .make