Re: make mod_perl

2001-01-31 Thread Doug MacEachern

On Sat, 27 Jan 2001, Ilya wrote:

> when I run make test I get this:
> 
> cc -c  -fno-strict-aliasing -I/usr/local/include -O  -DVERSION=\"1.31\"
>  -DXS_VERSION=\"1.31\" -DPIC -fpic -I/usr/local/lib/perl5/5.6.0/i386-freebsd
> /CORE  Symbol.c
> Symbol.xs: In function `XS_Apache__Symbol_cv_const_sv':
> Symbol.xs:106: `na' undeclared (first use in this function)
> Symbol.xs:106: (Each undeclared identifier is reported only once
> Symbol.xs:106: for each function it appears in.)
> *** Error code 1
> 
> Stop in /root/temp/mod_perl-1.24_01/Symbol.
> *** Error code 1
> 
> Stop in /root/temp/mod_perl-1.24_01
> 
> any suggestions?

try 1.25, which includes the change:
 rid PL_na usage in Symbol.xs




Re: make mod_perl

2001-01-26 Thread Ilya

when I run make test I get this:

cc -c  -fno-strict-aliasing -I/usr/local/include -O  -DVERSION=\"1.31\"
 -DXS_VERSION=\"1.31\" -DPIC -fpic -I/usr/local/lib/perl5/5.6.0/i386-freebsd
/CORE  Symbol.c
Symbol.xs: In function `XS_Apache__Symbol_cv_const_sv':
Symbol.xs:106: `na' undeclared (first use in this function)
Symbol.xs:106: (Each undeclared identifier is reported only once
Symbol.xs:106: for each function it appears in.)
*** Error code 1

Stop in /root/temp/mod_perl-1.24_01/Symbol.
*** Error code 1

Stop in /root/temp/mod_perl-1.24_01

any suggestions?

- Original Message -
From: "Ilya" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 26, 2001 9:35 PM
Subject: make mod_perl


> I am trying to build mod_perl with apache, but cant get through iunitial
> make.
> I got apache 1.3.14 src and mod_perl
> untared them, and run
> perl Makefile.PL APACHE_SRC=../apache/src DO_HTTPD=1 USE_APACI=1
> EVERYTHING=1
>
> i get this:
> Will configure via APACI
> Enter `q' to stop search
> Please tell me where I can find your apache src
>  [] ../apache/src
> cp apaci/Makefile.libdir ../apache/src/modules/perl/Makefile.libdir
> cp apaci/Makefile.tmpl ../apache/src/modules/perl/Makefile.tmpl
> cp apaci/README ../apache/src/modules/perl/README
> cp apaci/configure ../apache/src/modules/perl/configure
> cp apaci/libperl.module ../apache/src/modules/perl/libperl.module
> cp apaci/mod_perl.config.sh ../apache/src/modules/perl/mod_perl.config.sh
> cp apaci/load_modules.pl.PL ../apache/src/modules/perl/load_modules.pl.PL
> cp apaci/find_source.PL ../apache/src/modules/perl/find_source.PL
> cp apaci/apxs_cflags.PL ../apache/src/modules/perl/apxs_cflags.PL
> cp apaci/mod_perl.exp ../apache/src/modules/perl/mod_perl.exp
> * WARNING *
>
>   Apache Version 1.3.0 required, aborting...
>
> * WARNING *
>
> though the folder is called apache, it is apache 1.3.14 nevertheless.
>
> any suggestions?
>
> thx
>
>




Re: make mod_perl

2001-01-26 Thread Ilya

when I run make test I get this:

cc -c  -fno-strict-aliasing -I/usr/local/include -O  -DVERSION=\"1.31\"
 -DXS_VERSION=\"1.31\" -DPIC -fpic -I/usr/local/lib/perl5/5.6.0/i386-freebsd
/CORE  Symbol.c
Symbol.xs: In function `XS_Apache__Symbol_cv_const_sv':
Symbol.xs:106: `na' undeclared (first use in this function)
Symbol.xs:106: (Each undeclared identifier is reported only once
Symbol.xs:106: for each function it appears in.)
*** Error code 1

Stop in /root/temp/mod_perl-1.24_01/Symbol.
*** Error code 1

Stop in /root/temp/mod_perl-1.24_01

any suggestions?

- Original Message -
From: "Ilya" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 26, 2001 9:35 PM
Subject: make mod_perl


> I am trying to build mod_perl with apache, but cant get through iunitial
> make.
> I got apache 1.3.14 src and mod_perl
> untared them, and run
> perl Makefile.PL APACHE_SRC=../apache/src DO_HTTPD=1 USE_APACI=1
> EVERYTHING=1
>
> i get this:
> Will configure via APACI
> Enter `q' to stop search
> Please tell me where I can find your apache src
>  [] ../apache/src
> cp apaci/Makefile.libdir ../apache/src/modules/perl/Makefile.libdir
> cp apaci/Makefile.tmpl ../apache/src/modules/perl/Makefile.tmpl
> cp apaci/README ../apache/src/modules/perl/README
> cp apaci/configure ../apache/src/modules/perl/configure
> cp apaci/libperl.module ../apache/src/modules/perl/libperl.module
> cp apaci/mod_perl.config.sh ../apache/src/modules/perl/mod_perl.config.sh
> cp apaci/load_modules.pl.PL ../apache/src/modules/perl/load_modules.pl.PL
> cp apaci/find_source.PL ../apache/src/modules/perl/find_source.PL
> cp apaci/apxs_cflags.PL ../apache/src/modules/perl/apxs_cflags.PL
> cp apaci/mod_perl.exp ../apache/src/modules/perl/mod_perl.exp
> * WARNING *
>
>   Apache Version 1.3.0 required, aborting...
>
> * WARNING *
>
> though the folder is called apache, it is apache 1.3.14 nevertheless.
>
> any suggestions?
>
> thx
>
>