I tried bot the options separately and I tried them together neither seem to
work.
I have looked though every thing I could fine but what docs are you
referring to ?


-----Original Message-----
From: Stas Bekman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 11, 2001 7:09 PM
To: Perry Edward (tsp2emp)
Cc: '[EMAIL PROTECTED]'
Subject: Re: Need Some Help


On Thu, 11 Jan 2001, Perry Edward  (tsp2emp) wrote:

> I have just downloaded 2 Modules from cpan.org. They appear to be
compiling
> and installing fine but I am having problems. I was hoping someone could
> give me some direction to look in
> DBI
> mod_perl
>
>
> When I start Apache I receive an error "Rebuild with
-DPERL_STACKED_HANDLERS
> to $r->push_handlers at /usr/local/lib/perl5/site_perl/5.005/Apache/DBI.pm
> line 30."
>
> Apache is installed in /opt/Apache version 1.3
>
>
> I have enabled "PERL_CHILD_INIT" and "PERL_STACKED_HANDLERS" when
compiling
> mod_perl and it showed as enabled but when compiling everything
> (Apache/Mod_Perl) the compilers commands show "-DNO_PERL_STACKED_HANDLERS"
> and "-DNO_PERL_CHILD_INIT".
>
> So I did a make clean
> did the configuration over again but before I did a make
> I went though ever Makefile and changed "-DNO_PERL...." to "-DPERL_...."
but
> made no change in the out come of my problem.

Have you read the docs? Try:

  % perl Makefile.PL PERL_STACKED_HANDLERS=1

or

  % perl Makefile.PL EVERYTHING=1


>
>
> Any suggestions or direction would be most appreciated.
>
> Edward Perry
>
>
>
>



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Reply via email to