Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-23 Thread Chris Fabri
At 05:09 PM 7/22/2003 -0500, Bill Weinman wrote:
At 04:45 PM 7/22/2003, Chris Fabri wrote:
I'm not even getting as far as the make when I get the error.If I 
build mod_perl separately, and remove all references to these flags from 
the makefiles, and the run apache's config, I still get this error during 
configuration.
Where do you find those flags in the makefiles? I don't see them anywhere 
in my copy.


The are added to CCDLFLAGS and LDDLFAGS.They aren't in the src anywhere 
before perl Makefile.PL, so they are created based on something.  there's 
also no reference to /usr/ccs/bin/ar  before I create the Makefile, I'm 
confused as to where it's grabbing this variable, since I've removed 
/usr/ccs/bin/from the path and only have the path for the GNU binutils in 
the path./usr/ccs/bin/ar   shows up in the Makefiles for FULL_AR and 
within the CCFLAGS line.chris 



Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Chris Fabri
I'm unable to get Apache sucessfully configured with these releases.I 
get the following error:

 Error Output for sanity check 
cd ..; gcc  -DSOLARIS2=280 -DMOD_PERL -DUSE_PERL_SSI -B/usr/ccs/bin 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNO_DL_NEEDED -B/usr/ccs/bin 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 `./apaci` -I. 
-I/utilnsg_solaris/perl5.8.0/lib/5.8.0/sun4-solaris/CORE-o 
helpers/dummy helpers/dummy.c   -lsocket -lnsl -lpthread -W1,-E 
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3 
/utilnsg_solaris/perl5.8.0/lib/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a 
-L/utilnsg_solaris/perl5.8.0/lib/5.8.0/sun4-solaris/CORE -lperl -lsocket 
-lnsl -ldl -lm -lc
cc1: error: unrecognized option `-W1,-E'
make: *** [dummy] Error 1
= End of Error Report =



I have my path set to look at gcc and binutils 2.14.But it's still 
trying to use /usr/ccs/bin for ar and ld.  I do not have the Sun ANSI 
compiler.   I've looked high and low and read about various issues with the 
GNU stuff, but haven't seen this particular error recounted.

Any help is greatly appreciated. chris



Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Chris Fabri
At 03:50 PM 7/22/2003 -0500, Chris Fabri wrote:
I'm unable to get Apache sucessfully configured with these releases.I 
get the following error:

 Error Output for sanity check 
cd ..; gcc  -DSOLARIS2=280 -DMOD_PERL -DUSE_PERL_SSI -B/usr/ccs/bin 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNO_DL_NEEDED -B/usr/ccs/bin 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 `./apaci` -I. 
-I/utilnsg_solaris/perl5.8.0/lib/5.8.0/sun4-solaris/CORE-o 
helpers/dummy helpers/dummy.c   -lsocket -lnsl -lpthread -W1,-E 
-L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3 
/utilnsg_solaris/perl5.8.0/lib/5.8.0/sun4-solaris/auto/DynaLoader/DynaLoader.a 
-L/utilnsg_solaris/perl5.8.0/lib/5.8.0/sun4-solaris/CORE -lperl -lsocket 
-lnsl -ldl -lm -lc
cc1: error: unrecognized option `-W1,-E'
make: *** [dummy] Error 1
= End of Error Report =


I forgot to say how exactly I arrived at this error.   Here's my most 
recent foray after extracting mod_perl-1.28 and apache_1.3.27:

perl Makefile.PL APACHE_SRC=../apache_1.3.27/src DO_HTTPD=1 USE_APACI=1 
EVERYTHING=1 APACHE_PREFIX=/usr/local/apache_1.3.27

I get the same error of I go the flexible way.   chris





Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Bill Weinman
At 03:50 PM 7/22/2003, Chris Fabri wrote:
helpers/dummy.c   -lsocket -lnsl -lpthread -W1,-E 
-L/usr/local/lib/gcc-lib/sparc-
..^^^

I think your problem is with the stray comma in the command line there ... 
I think if you check all your configurations and make files and get that 
fixed, it will work (at least get beyond that error).

--Bill



---
  Bill Weinman   http://bw.org/
  Music  http://music.bw.org/
  Whois Client   http://whois.bw.org/
  Music Database http://www.webmusicdb.com/
  --+



Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Chris Fabri
At 04:35 PM 7/22/2003 -0500, Bill Weinman wrote:
At 03:50 PM 7/22/2003, Chris Fabri wrote:
helpers/dummy.c   -lsocket -lnsl -lpthread -W1,-E 
-L/usr/local/lib/gcc-lib/sparc-
..^^^

I think your problem is with the stray comma in the command line there ... 
I think if you check all your configurations and make files and get that 
fixed, it will work (at least get beyond that error).


I'm not even getting as far as the make when I get the error.If I build 
mod_perl separately, and remove all references to these flags from the 
makefiles, and the run apache's config, I still get this error during 
configuration.

Apache builds fine when I don't include mod_perl in the build, so it's 
definitely related to mod_perl.  chris 



Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Bill Weinman
At 04:45 PM 7/22/2003, Chris Fabri wrote:
I'm not even getting as far as the make when I get the error.If I 
build mod_perl separately, and remove all references to these flags from 
the makefiles, and the run apache's config, I still get this error during 
configuration.
Where do you find those flags in the makefiles? I don't see them anywhere 
in my copy.

--Bill



---
  Bill Weinman   http://bw.org/
  Music  http://music.bw.org/
  Whois Client   http://whois.bw.org/
  Music Database http://www.webmusicdb.com/
  --+