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
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
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
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
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
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
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
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
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
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'
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
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/
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
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
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
15 matches
Mail list logo