Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Stas Bekman
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

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Ged Haywood
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_SECTI

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Stas Bekman
Ged Haywood wrote: Hi there, On Thu, 18 Mar 2004, Michael wrote: _actions_module _include_module _log_config_module I think there's stuff in apache's src/modules/standard directory which isn't being compiled. You could check if/why things in there aren't built, or maybe wipe the directory tre

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Ged Haywood
Hi there, On Thu, 18 Mar 2004, Michael wrote: > _actions_module > _include_module > _log_config_module I think there's stuff in apache's src/modules/standard directory which isn't being compiled. You could check if/why things in there aren't built, or maybe wipe the directory trees and try agai

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Stas Bekman
Michael wrote: So i reran ranlib and configure and make as told in the instructions on mod_perl website. I continue to get: ld: warning -L: directory name (../modules/php4) does not exist ld: warning -L: directory name (../../modules/php4) does not exist ld: warning prebinding disabled because de

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Michael
So i reran ranlib and configure and make as told in the instructions on mod_perl website. I continue to get: ld: warning -L: directory name (../modules/php4) does not exist ld: warning -L: directory name (../../modules/php4) does not exist ld: warning prebinding disabled because dependent library

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Ruslan U. Zakirov
Stas wrote: SB> Ruslan U. Zakirov wrote: >> Another thing about installation guide: >> http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php >> 1) Configure Apache. >> >> % cd apache_1.3.xx >> % ./configure --prefix=/usr/local/etc/httpd >> Why should I do this, I allways skip

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Stas Bekman
Michael wrote: Hello Ged, I copied all files to my ~ and repeated all setps. After make in point 4 i now get: ** A test compilation with your Makefile configuration ** failed. The below error output from the compilation ** test will give you an idea what is failing. Note that ** Apache require

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Stas Bekman
Ged Haywood wrote: Hi there, On Thu, 18 Mar 2004, Michael wrote: I have problems compiling apache under mac os x. I had no problems without php but with php it doesn't work. Furthermore i need mod_rewrite. I consulted docs at perl.apache.org and the install-guide in practical mod_perl. What i di

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Stas Bekman
Ruslan U. Zakirov wrote: Another thing about installation guide: http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php 1) Configure Apache. % cd apache_1.3.xx % ./configure --prefix=/usr/local/etc/httpd Why should I do this, I allways skip this step and everything fine. I don'

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Ruslan U. Zakirov
Another thing about installation guide: http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php 1) Configure Apache. % cd apache_1.3.xx % ./configure --prefix=/usr/local/etc/httpd Why should I do this, I allways skip this step and everything fine. I don't understand why I shoul

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Michael
OK, just saw myself that i should have run ranlib. after that and another configure and make i get: ld: warning -L: directory name (../modules/php4) does not exist ld: warning -L: directory name (../../modules/php4) does not exist ld: warning prebinding disabled because dependent library: /usr/

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Michael
Hello Ged, I copied all files to my ~ and repeated all setps. After make in point 4 i now get: ** A test compilation with your Makefile configuration ** failed. The below error output from the compilation ** test will give you an idea what is failing. Note that ** Apache requires an ANSI C Com

Re: apache + mod_perl + mod_php fails

2004-03-18 Thread Ged Haywood
Hi there, On Thu, 18 Mar 2004, Michael wrote: > I have problems compiling apache under mac os x. I had no problems > without php but with php it doesn't work. Furthermore i need > mod_rewrite. I consulted docs at perl.apache.org and the install-guide > in practical mod_perl. What i did starting i

apache + mod_perl + mod_php fails

2004-03-18 Thread Michael
Hello, I have problems compiling apache under mac os x. I had no problems without php but with php it doesn't work. Furthermore i need mod_rewrite. I consulted docs at perl.apache.org and the install-guide in practical mod_perl. What i did starting in /usr/local/src: This is a simple installat