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
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
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
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/
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
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
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
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
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 -
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
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
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/.
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.
--
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'.
>
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
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 '
> 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]
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
18 matches
Mail list logo