Re: mp2 static build problems

2004-09-20 Thread Stas Bekman
Philippe M. Chiasson wrote: Pratik wrote: Sorry for breaking the thread twice. It had really slipped out of my mind that I was also subscribed to dev list and I accidently posted 2 messages to mp's user list. No worries :) 3. When we say static mp2, I belive that all the libraries will be statica

Re: mp2 static build problems

2004-09-20 Thread Philippe M. Chiasson
Pratik wrote: Hi ! Sorry for breaking the thread twice. It had really slipped out of my mind that I was also subscribed to dev list and I accidently posted 2 messages to mp's user list. But here is how I sucessfully built mp2 statically. First I tried to do this in mp2 source directory. perl Makef

Re: mp2 static build problems

2004-09-19 Thread Pratik
Hi ! Sorry for breaking the thread twice. It had really slipped out of my mind that I was also subscribed to dev list and I accidently posted 2 messages to mp's user list. But here is how I sucessfully built mp2 statically. First I tried to do this in mp2 source directory. perl Makefile.PL MP_A

Re: mp2 static build problems

2004-09-19 Thread Stas Bekman
Philippe M. Chiasson wrote: Finally it breaks with: LD_RUN_PATH="/usr/lib:/lib" cc -shared -L/usr/local/lib APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o -L/usr/local/lib -o ../../../blib/arch/Apache2/auto/APR/APR.so -L/home/stas/apache.org/httpd-2.0/srclib/

Re: mp2 static build problems

2004-09-18 Thread Philippe M. Chiasson
Stas Bekman wrote: It's a first time I'm trying to build the static mp2. Unless I'm missing something it doesn't quite work for me. I build it as: perl Makefile.PL \ MP_INST_APACHE2=1\ MP_USE_STATIC=1 \ MP_AP_BUILD=1

Re: mp2 static build problems

2004-09-18 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: Stas Bekman wrote: It's a first time I'm trying to build the static mp2. Unless I'm missing something it doesn't quite work for me. I build it as: perl Makefile.PL \ MP_INST_APACHE2=1\ MP_USE_STATIC=1

Re: mp2 static build problems

2004-09-18 Thread Stas Bekman
Philippe M. Chiasson wrote: Stas Bekman wrote: It's a first time I'm trying to build the static mp2. Unless I'm missing something it doesn't quite work for me. I build it as: perl Makefile.PL \ MP_INST_APACHE2=1\ MP_USE_STATIC=1 \ MP_AP_BUI

Re: mp2 static build problems

2004-09-18 Thread Philippe M. Chiasson
Stas Bekman wrote: It's a first time I'm trying to build the static mp2. Unless I'm missing something it doesn't quite work for me. I build it as: perl Makefile.PL \ MP_INST_APACHE2=1\ MP_USE_STATIC=1 \ MP_AP_BUILD=1

Re: mp2 static build problems

2004-09-18 Thread Stas Bekman
Pratik wrote: Finally it breaks with: LD_RUN_PATH="/usr/lib:/lib" cc -shared -L/usr/local/lib APR.o modperl_error.o modperl_bucket.o modperl_common_util.o modperl_common_log.o -L/usr/local/lib -o ../../../blib/arch/Apache2/auto/APR/APR.so -L/home/stas/apache.org/httpd-2.0/srclib/apr -lapr-0 -lrt -

mp2 static build problems

2004-09-18 Thread Stas Bekman
It's a first time I'm trying to build the static mp2. Unless I'm missing something it doesn't quite work for me. I build it as: perl Makefile.PL \ MP_INST_APACHE2=1\ MP_USE_STATIC=1 \ MP_AP_BUILD=1\ MP_GENERA

Re: [patch] Re: build problems

2001-06-21 Thread Doug MacEachern
On Thu, 21 Jun 2001, Stas Bekman wrote: > argh, building mod_perl on a different machine I've realized that the > problem didn't go away. It's still there after all the updates. go ahead and commit, util_date.h went away when date functions moved to apr-util. i've change my build script to blo

[patch] Re: build problems

2001-06-20 Thread Stas Bekman
On Sat, 16 Jun 2001, Stas Bekman wrote: > > httpd-2.0/include/util_date.h is missing > > > > cc -c -I/home/stas/apache.org/modperl-2.0/src/modules/perl > > -I/home/stas/apache.org/modperl-2.0/xs > > -I/home/stas/apache.org/modperl-2.0/../httpd-2.0/include > > -I/home/stas/apache.org/modperl-2.0/.

Re: build problems

2001-06-16 Thread Doug MacEachern
On Sat, 16 Jun 2001, Stas Bekman wrote: > > Please specify prototyping behavior for Const.xs (see perlxs manual) done. > > Const.xs: In function `boot_APR__Const': > > Const.xs:7: `file' undeclared (first use in this function) fixed. --

Re: build problems

2001-06-16 Thread Stas Bekman
On Sat, 16 Jun 2001, Stas Bekman wrote: > Problems with modperl-2.0 build: > > The build was attempted with the last minute perl, httpd-2.0 and > mod_perl cvs. See the configs at the end of this email. I did run 'make > distclean' in httpd and mod_perl dirs after 'cvs up'. >

build problems

2001-06-16 Thread Stas Bekman
Problems with modperl-2.0 build: The build was attempted with the last minute perl, httpd-2.0 and mod_perl cvs. See the configs at the end of this email. I did run 'make distclean' in httpd and mod_perl dirs after 'cvs up'. --- $ /home/stas/perl-b

Re: 2.0 build problems

2001-05-11 Thread Stas Bekman
On Thu, 10 May 2001, Doug MacEachern wrote: > > modperl_util.c:306: `apr_os_dso_handle_t' undeclared (first use in this > ... > > looks like some a sync with httpd-2.0 is missing... Thanks! > > like maybe you forgot to 'make install' ? Hmm, I thought that I'm completely off hook, so I've rerun '

Re: 2.0 build problems

2001-05-10 Thread Doug MacEachern
> modperl_util.c:306: `apr_os_dso_handle_t' undeclared (first use in this ... > looks like some a sync with httpd-2.0 is missing... Thanks! like maybe you forgot to 'make install' ? - To unsubscribe, e-mail: [EMAIL PROTECTED]

2.0 build problems

2001-05-10 Thread Stas Bekman
Ok, so I've the latest httpd built and I've the latest mod_perl 2.0: cc -I/home/stas/apache.org/modperl-2.0/src/modules/perl -I/home/stas/apache.org/modperl-2.0/xs -I/home/stas/httpd-2.0/include -D_REENTRANT -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -I/home/stas/perl-5.6.1/lib/5.6.1/i