Ged Haywood wrote:
Hi Stas,

On Thu, 18 Mar 2004, Stas Bekman wrote:


FWIW, EVERYTHING=1 has nothing to do with Apache.


I was just looking at this in mod_perl-1.27/Makefile.PL:

if($EVERYTHING) {
    @callback_hooks{qw(PERL_STACKED_HANDLERS PERL_METHOD_HANDLERS)} = (1) x 2;
    for(qw(ALL_HOOKS PERL_SSI PERL_SECTIONS PERL_DIRECTIVE_HANDLERS
           PERL_LOG_API PERL_URI_API PERL_UTIL_API PERL_TABLE_API PERL_FILE_API)) {
       $$_ = 1;
    }
}

and it looked like there might be something there.

Apologies if it's a red herring.

No, problem, Ged.


That error clearly is a mod_php problem. look:

gcc -DDARWIN -DMOD_PERL -DUSE_PERL_SSI -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -DUSE_EXPAT -I./lib/expat-lite `./apaci` -I. -I/usr/local/lib/perl5/5.8.3/darwin-2level/CORE -o helpers/dummy helpers/dummy.c -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lm -L/usr/local/lib /usr/local/lib/perl5/5.8.3/darwin-2level/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.8.3/darwin-2level/CORE -lperl -ldl -lm -lc

it tries to link -lmodphp4 which has dynamic symbols from httpd and httpd is not part of that linking. that's why Michael gets this problem. I bet Michael will have the same problem with building mod_php on its own.

__________________________________________________________________
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

--
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



Reply via email to