On Tue, 23 May 2000, Fred Miller wrote:

> On 4/26/2000, Steve Hay wrote about "Problem compiling mod_perl 1.23 on
> Solaris 2.4"
> 
> I am experiencing what appears to be a very similar problem, but with
> more recent modules and OS. I am running mod_perl 1.24, Perl 5.6.0,
> Apache 1.3.12, Solaris 2.6

perl -V would help.  is your cc gcc or sun's?
looking at the line number, i would try replacing any occurance of:

perl_eval_sv -> eval_sv
perl_call_sv -> call_sv
perl_call_pv -> call_pv

why your compiler is tripping on those macros, i have no idea.

Reply via email to