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;
    }
*/

To my count thats lines 712-717... Just FYI

The only other thing that I've noticed while compiling is that I get 
warings about duplicate definitions... Here is a sample of the Warning....

In file included from modperl_perl_includes.h:42,
                 from mod_perl.h:5,
                 from modperl_interp.c:1:
/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE/perl.h:23:1: warning: 
"VOIDUSED" redefined
In file included from modperl_perl_includes.h:12,
                 from mod_perl.h:5,
                 from modperl_interp.c:1:
/usr/local/lib/perl5/5.6.1/sun4-solaris/CORE/config.h:3118:1: warning: 
this is the location of the previous definition




Stas Bekman wrote:

> Josh Bernstein wrote:
>
>> Hey All,
>>
>>    I'm getting this error when I try to make mod_perl2, under solaris 9
>
> ...
>
>> Any one have any ideas? Oh and I'm running Solaris 9, with Apache 
>> 2.0.40cvs, it should also be noted that the mod_perl was pulled from 
>> CVS on July 8th. Is this just a broken build?
>
>
> Try again with the current cvs.
>
>
>
> __________________________________________________________________
> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org   http://ticketmaster.com
>
>



Reply via email to