Matthew Darwin wrote: > What is the output of that script supposed to look like? Without doing > anything I have issues: > > [EMAIL PROTECTED]:~# tar -xzf perlsetvar-bug-mp2.tar.gz > [EMAIL PROTECTED]:~# cd perlsetvar-bug-mp2
tsk, tsk - logged in as root. good thing I didn't stick some nasty code in a make target ;) > [EMAIL PROTECTED]:~/perlsetvar-bug-mp2# perl Makefile.PL take a look at the README. basically, you need to specify the location of your httpd via -httpd or -apxs options. so, something like this: $ perl Makefile.PL -axps /usr/local/apache/bin/apxs $ make $ make test --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html