You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Chris Fabri <fa...@northwestern.edu> on 2003/07/22 22:58:52 UTC

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

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