APACI_ARGS=' ... '

2000-01-30 Thread Bill Jones

Help!

I tried many variations on:

perl Makefile.PL EVERYTHING=1 USE_APACI=1 APACI_ARGS='--enable-m
odule=all'


But, I can't get away from:
snipped lots of good messages .. to display this last msg... 
=== src/modules/perl
gcc -O -fno-strict-aliasing -I/usr/local/include -DUSE_LONG_LONG
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/local/lib/perl5/5.00563/sun4-solaris/CORE
-DMOD_PERL_VERSION=\"1.21\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.21\"
-I../..  -I/usr/local/lib/perl5/5.00563/sun4-solaris/CORE -I../../os/unix
-I../../include   -DSOLARIS2=260 -DMOD_PERL -DUSE_PERL_SSI
-fno-strict-aliasing -I/usr/local/include -DUSE_LONG_LONG
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_EXPAT
-I../../lib/expat-lite `../../apaci` -c mod_perl.c
mod_perl.c: In function `perl_restart':
mod_perl.c:333: warning: assignment makes pointer from integer without a
cast
mod_perl.c: In function `mod_perl_set_cwd':
mod_perl.c:374: warning: passing arg 2 of `Perl_sv_setsv' makes pointer from
integer without a cast
mod_perl.c: In function `perl_handler':
mod_perl.c:783: `PL_siggv' undeclared (first use in this function)
mod_perl.c:783: (Each undeclared identifier is reported only once
mod_perl.c:783: for each function it appears in.)
mod_perl.c: In function `perl_call_handler':
mod_perl.c:1359: warning: assignment makes pointer from integer without a
cast
mod_perl.c:1384: warning: initialization makes pointer from integer without
a cast
*** Error code 1
make: Fatal error: Command failed for target `mod_perl.o'
Current working directory
/export/sneex/home/Apache/apache_1.3.9/src/modules/perl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /export/sneex/home/Apache/apache_1.3.9/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /export/sneex/home/Apache/apache_1.3.9/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /export/sneex/home/Apache/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `build'
Current working directory /export/sneex/home/Apache/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `apaci_httpd'


I have only been able to configure Apache with DSO support so far.
Also, do I try to configure Apache itself from/using mod_perl?

platform stuff:
SunOS sneex 5.6 Generic_105181-15 sun4u sparc SUNW,Ultra-5_10
GCC 2.9x
Apache 1.3.9
mod_perl 1.21

???  Any ideas ???

Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex

   ('   Running -
   //\   Perl, Apache, MySQL, PHP3,
   v_/_  Ultra 10, LinuxPPC, BeOS...



Re: APACI_ARGS=' ... '

2000-01-30 Thread Jeff Beard

If you're trying for a static build, I use the method described in 
INSTALL.apaci under the heading "The flexible way". Just do "perldoc 
INSTALL.apaci"

Cheers,

Jeff

At 02:44 PM 1/30/00 -0500, Bill Jones wrote:
Help!

I tried many variations on:

perl Makefile.PL EVERYTHING=1 USE_APACI=1 APACI_ARGS='--enable-m
odule=all'


But, I can't get away from:
snipped lots of good messages .. to display this last msg... 
=== src/modules/perl
gcc -O -fno-strict-aliasing -I/usr/local/include -DUSE_LONG_LONG
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/local/lib/perl5/5.00563/sun4-solaris/CORE
-DMOD_PERL_VERSION=\"1.21\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.21\"
-I../..  -I/usr/local/lib/perl5/5.00563/sun4-solaris/CORE -I../../os/unix
-I../../include   -DSOLARIS2=260 -DMOD_PERL -DUSE_PERL_SSI
-fno-strict-aliasing -I/usr/local/include -DUSE_LONG_LONG
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_EXPAT
-I../../lib/expat-lite `../../apaci` -c mod_perl.c
mod_perl.c: In function `perl_restart':
mod_perl.c:333: warning: assignment makes pointer from integer without a
cast
mod_perl.c: In function `mod_perl_set_cwd':
mod_perl.c:374: warning: passing arg 2 of `Perl_sv_setsv' makes pointer from
integer without a cast
mod_perl.c: In function `perl_handler':
mod_perl.c:783: `PL_siggv' undeclared (first use in this function)
mod_perl.c:783: (Each undeclared identifier is reported only once
mod_perl.c:783: for each function it appears in.)
mod_perl.c: In function `perl_call_handler':
mod_perl.c:1359: warning: assignment makes pointer from integer without a
cast
mod_perl.c:1384: warning: initialization makes pointer from integer without
a cast
*** Error code 1
make: Fatal error: Command failed for target `mod_perl.o'
Current working directory
/export/sneex/home/Apache/apache_1.3.9/src/modules/perl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /export/sneex/home/Apache/apache_1.3.9/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /export/sneex/home/Apache/apache_1.3.9/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /export/sneex/home/Apache/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `build'
Current working directory /export/sneex/home/Apache/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `apaci_httpd'


I have only been able to configure Apache with DSO support so far.
Also, do I try to configure Apache itself from/using mod_perl?

platform stuff:
SunOS sneex 5.6 Generic_105181-15 sun4u sparc SUNW,Ultra-5_10
GCC 2.9x
Apache 1.3.9
mod_perl 1.21

???  Any ideas ???

Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex

('   Running -
//\   Perl, Apache, MySQL, PHP3,
v_/_  Ultra 10, LinuxPPC, BeOS...



Jeff Beard
___
Web:www.cyberxape.com
Phone:  303.443.9339
Location:   Boulder, CO, USA




Re: APACI_ARGS=' ... '

2000-01-30 Thread Bill Jones

Thanks  :)

I can get both dists to configure; but I want a static mod_perl
AND a DSO aware Apache...

I'll peek at it again and pound on it some more.  -Sneex-  :]

Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex

   ('   Running -
   //\   Perl, Apache, MySQL, PHP3,
   v_/_  Ultra 10, LinuxPPC, BeOS...


 From: Jeff Beard [EMAIL PROTECTED]
 Date: Sun, 30 Jan 2000 13:04:55 -0700
 To: Bill Jones [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: APACI_ARGS=' ... '
 
 If you're trying for a static build, I use the method described in
 INSTALL.apaci under the heading "The flexible way". Just do "perldoc
 INSTALL.apaci"
 
 Cheers,
 
 Jeff
 



Re: APACI_ARGS=' ... '

2000-01-30 Thread Bill Jones

 From: Jeff Beard [EMAIL PROTECTED]
 Date: Sun, 30 Jan 2000 13:04:55 -0700
 To: Bill Jones [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: APACI_ARGS=' ... '
 
 If you're trying for a static build, I use the method described in
 INSTALL.apaci under the heading "The flexible way". Just do "perldoc
 INSTALL.apaci"
 
 Cheers,
 
 Jeff


:) Sorry, tried that section several times; cannot get away from:

mod_perl.c: In function `perl_restart':
mod_perl.c:333: warning: assignment makes pointer from integer without a
cast
mod_perl.c: In function `mod_perl_set_cwd':
mod_perl.c:374: warning: passing arg 2 of `Perl_sv_setsv' makes pointer from
integer without a cast
mod_perl.c: In function `perl_handler':
mod_perl.c:783: `PL_siggv' undeclared (first use in this function)
mod_perl.c:783: (Each undeclared identifier is reported only once
mod_perl.c:783: for each function it appears in.)
mod_perl.c: In function `perl_call_handler':
mod_perl.c:1359: warning: assignment makes pointer from integer without a
cast
mod_perl.c:1384: warning: initialization makes pointer from integer without
a cast
*** Error code 1
make: Fatal error: Command failed for target `mod_perl.o'
Current working directory
/export/sneex/home/Apache/apache_1.3.9/src/modules/perl
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /export/sneex/home/Apache/apache_1.3.9/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /export/sneex/home/Apache/apache_1.3.9/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /export/sneex/home/Apache/apache_1.3.9
*** Error code 1
make: Fatal error: Command failed for target `build'


Notes:  Apache will build, both as a DSO and as static;  :)
mod_perl will build, but not with Apache :(
mod_php will build :)
mod_php will build as a static with Apache  :)
mod_php will not build with mod_perl :(
mod_perl is weirding out on me... :(

Currently I have both mod_perl  mod_php built and installed --
I DO NOT have Apache w/mod_perl  mod_php built yet  :(
Why?  See error(s) above...

Thanks anyway, I've had enough for one weekend  -Sneex-  :|

Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex

   ('   Running -
   //\   Perl, Apache, MySQL, PHP3,
   v_/_  Ultra 10, LinuxPPC, BeOS...