Re: Some small fixes...

2005-05-16 Thread Stas Bekman
Nick *** wrote: >Hmm, when you build a static httpd/mod_perl, do you tell apache to use >your preinstalled httpd and not the one in the source. If that's the case, >then your proposal makes a lot of sense, Nick. If not, then it doesn't, >since httpd will be linked agaist libapr it will build

Re: Some small fixes...

2005-05-16 Thread Nick ***
> Оригинално писмо >От: Stas Bekman <[EMAIL PROTECTED]> >Относно: Re: Some small fixes... >До: Nick *** <[EMAIL PROTECTED]> >Изпратено на: Понеделник, 2005, Май 16 17:51:28 EEST >-- > >[...] > >H

Re: Some small fixes...

2005-05-16 Thread Stas Bekman
Nick *** wrote: [...] >> No, now it picks and install the right stuff and there is no problem >> with that. The problem is that I want to use MP_AP_PREFIX and >> MP_AP(R|U)_CONFIG arguments together when building a static MP. Why do >> I think it's good to have it? Well, my dev machine is a slo

Re: Some small fixes...

2005-05-15 Thread Nick ***
> Оригинално писмо >От: Stas Bekman <[EMAIL PROTECTED]> >Относно: Re: Some small fixes... >До: Nick *** <[EMAIL PROTECTED]> >Изпратено на: Събота, 2005, Май 14 01:23:14 EEST >-- > >Nick *** wrote:

Re: Some small fixes...

2005-05-13 Thread Stas Bekman
Nick *** wrote: >> >> Why MP_AP_PREFIX and MP_APR_CONFIG cannot be used together? I guess >> >> this is valid only when MP_AP_PREFIX is pointing to an installed httpd, >> >> because when MP_AP_PREFIX is pointing to a source tree, I can get >> >> around this check by adding MP_AP_CONFIGURE

Re: Some small fixes...

2005-05-13 Thread Nick ***
> Оригинално писмо >От: Stas Bekman <[EMAIL PROTECTED]> >Относно: Re: Some small fixes... >До: Nick *** <[EMAIL PROTECTED]> >Изпратено на: Петък, 2005, Май 13 00:56:59 EEST >-- > >Nick *** wrote: >&

Re: Some small fixes...

2005-05-12 Thread Stas Bekman
Nick *** wrote: >> Why MP_AP_PREFIX and MP_APR_CONFIG cannot be used together? I guess >> this is valid only when MP_AP_PREFIX is pointing to an installed httpd, >> because when MP_AP_PREFIX is pointing to a source tree, I can get >> around this check by adding MP_AP_CONFIGURE="--with-apr=...

Re: Some small fixes...

2005-05-12 Thread Nick ***
>> Why MP_AP_PREFIX and MP_APR_CONFIG cannot be used together? I guess >> this is valid only when MP_AP_PREFIX is pointing to an installed httpd, >> because when MP_AP_PREFIX is pointing to a source tree, I can get >> around this check by adding MP_AP_CONFIGURE="--with-apr=...". It's >> logi

Re: Some small fixes...

2005-05-11 Thread Stas Bekman
Nick *** wrote: >Thanks, committed. > >> I didn't use File::Copy, because it's not use(d) at the beginning of Build.pm, so I thought it isn't loaded. > >It should be loaded. I've added the loading. > Thanks Stas. Meanwhile I've cooked another patch, but first... This code in ModPerl::BuildOp

Re: Some small fixes...

2005-05-11 Thread Nick ***
>Thanks, committed. > >> I didn't use File::Copy, because it's not use(d) at the beginning of >> Build.pm, so I thought it isn't loaded. > >It should be loaded. I've added the loading. > Thanks Stas. Meanwhile I've cooked another patch, but first... This code in ModPerl::BuildOptions bugs

Re: Some small fixes...

2005-05-10 Thread Stas Bekman
Nick *** wrote: btw, any reason why you didn't use perl's link() and File::Copy to do the work? calling external shell is not a very clean way to code when you have an API to do that. Perl's link() on Cygwin seems to copy mod_perl.a to libmod_perl.a, but at this stage mod_perl.a is still a dumm

Re: Some small fixes...

2005-05-10 Thread Nick ***
>>btw, any reason why you didn't use perl's link() and File::Copy to do the >>work? calling external shell is not a very clean way to code when you have >>an API to do that. >Perl's link() on Cygwin seems to copy mod_perl.a to libmod_perl.a, but at this >stage mod_perl.a is still a dummy lib a

Re: Some small fixes...

2005-05-09 Thread Nick ***
>btw, any reason why you didn't use perl's link() and File::Copy to do the >work? calling external shell is not a very clean way to code when you have >an API to do that. Perl's link() on Cygwin seems to copy mod_perl.a to libmod_perl.a, but at this stage mod_perl.a is still a dummy lib and

Re: Some small fixes...

2005-05-09 Thread Stas Bekman
Philip M. Gollucci wrote: Nick *** wrote: 3. When compiling a static mod_perl and MP_AP_CONFIGURE="--with-apr=/some/path" argument is given, Apache will use the apr-config at the given path, but mod_perl will use the default at "srclib/apr/.libs". This should be fixed now. Stas, remember my apr

Re: Some small fixes...

2005-05-09 Thread Philip M. Gollucci
Nick *** wrote: 3. When compiling a static mod_perl and MP_AP_CONFIGURE="--with-apr=/some/path" argument is given, Apache will use the apr-config at the given path, but mod_perl will use the default at "srclib/apr/.libs". This should be fixed now. Stas, remember my apr_os_thread_current() issue f

Re: Some small fixes...

2005-05-09 Thread Stas Bekman
Nick *** wrote: Hello, it's me again trying to be useful :) :) The following patch fixes 3 issues: 1. Fix a warning triggered by `ln` on Cygwin, when running perl Makefile.PL for a second time without previously running make clean. committed. btw, any reason why you didn't use perl's link() and Fil

Some small fixes...

2005-05-09 Thread Nick ***
Hello, it's me again trying to be useful :) The following patch fixes 3 issues: 1. Fix a warning triggered by `ln` on Cygwin, when running perl Makefile.PL for a second time without previously running make clean. 2. Show MP_APU_CONFIG as an argument to Makefile.PL in the Usage menu. 3. When compili