in reply to Re: mod_perl2 on OS X
in thread mod_perl2 on OS X

I'm actually using mod_perl-2.0_20050305233800 which I
checked out by svn two days ago.

The error:

Syntax error on line 2164 of /Users/phil/Desktop/modperl-2.0/t/conf/ht +tpd.conf
involves a bug in Apache 2.0.47 where you need to alter
the line in httpd.conf adding an extra space in a Perl tag.

Unfortunately, the file can't be edited as it is generated
during `make test' and any alterations are lost.

The only workaround I can think of is to ugrade Apache.

Replies are listed 'Best First'.
Re^3: mod_perl2 on OS X
by PodMaster (Abbot) on Mar 08, 2005 at 04:17 UTC
    Unfortunately, the file can't be edited as it is generated during `make test' and any alterations are lost.
    I don't think so. It looks like it's generated during perl Makefile.PL, and if you examine httpd.conf .... or just grep the t/conf directory, you'll see that the <Perl > line comes from t/conf/extra.last.conf.in, which is what you can edit.

    The only workaround I can think of is to ugrade Apache.
    Not a bad idea :)

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.