Oh my mail is not the full version :) I'm sorry, I wrote it at 1 a.m.
So first I wanted to say that I got an error when running this:

 >> perl Makefile.PL MP_USE_STATIC=1 \
 >>     MP_AP_PREFIX=/house/doink123/httpd-2.0.52 \
 >>     MP_AP_CONFIGURE="--with-mpm=prefork 
 >> --prefix=/house/doink123/ap_tru64_4g"


The error is this:


checking which MPM to use... prefork --prefix=/house/doink123/ap_tru64_4g
configure: error: the selected mpm -- prefork 
--prefix=/house/doink123/ap_tru64_4g -- is not supported
httpd: ./configure --with-mpm=prefork --prefix=/house/doink123/ap_tru64_4g 
failed at lib/Apache/Build.pm line 296.


Am I writing '--prefix=/house/doink123/ap_tru64_4g' at the wrong place or is 
there a bug parsing the args?



 >sdfgsd sergserg wrote:
 >> Tried to compile RC1 under HP Tru64 Unix 4.0g(JAVA) AS1200 [EMAIL 
 >> PROTECTED] (ev56)
 >> 
 >> (Static build, because I think Tru64 doesn't support dynamic loading)
 >> First I ran:
 >> 
 >> perl Makefile.PL MP_USE_STATIC=1 \
 >>     MP_AP_PREFIX=/house/doink123/httpd-2.0.52 \
 >>     MP_AP_CONFIGURE="--with-mpm=prefork 
 >> --prefix=/house/doink123/ap_tru64_4g"
 >> 
 >> 
 >> But I got this error:
 >> 
 >> 
 >> 
 >> 
 >> then I ran:
 >> perl Makefile.PL MP_USE_STATIC=1 \
 >>     MP_AP_PREFIX=/house/doink123/httpd-2.0.52 \
 >>     MP_AP_CONFIGURE="--with-mpm=prefork"
 >> 
 >> and this phase completed successfully. The error came when I ran make.
 >> 
 >> cc -I/house/doink123/mod_perl-2.0.0-RC1/src/modules/perl 
 >> -I/house/doink123/mod_perl-2.0.0-RC1/xs 
 >> -I/house/doink123/httpd-2.0.52/include 
 >> -I/house/doink123/httpd-2.0.52/srclib/apr/include 
 >> -I/house/doink123/httpd-2.0.52/srclib/apr-util/include 
 >> -I/house/doink123/httpd-2.0.52/os/unix -std -fprm d -ieee -D_INTRINSICS 
 >> -I/usr/local/include -DLANGUAGE_C 
 >> -I/usr/local/lib/perl5/5.6.1/alpha-dec_osf/CORE -DMOD_PERL -DMP_COMPAT_1X 
 >> -O4 -c modperl_xsinit.c
 >> cc -I/house/doink123/mod_perl-2.0.0-RC1/src/modules/perl 
 >> -I/house/doink123/mod_perl-2.0.0-RC1/xs 
 >> -I/house/doink123/httpd-2.0.52/include 
 >> -I/house/doink123/httpd-2.0.52/srclib/apr/include 
 >> -I/house/doink123/httpd-2.0.52/srclib/apr-util/include 
 >> -I/house/doink123/httpd-2.0.52/os/unix -std -fprm d -ieee -D_INTRINSICS 
 >> -I/usr/local/include -DLANGUAGE_C 
 >> -I/usr/local/lib/perl5/5.6.1/alpha-dec_osf/CORE -DMOD_PERL -DMP_COMPAT_1X 
 >> -O4 -c modperl_exports.c
 >> cc: Warning: /usr/local/lib/perl5/5.6.1/alpha-dec_osf/CORE/config.h, line 
 >> 41: The redefinition of the macro "__attribute__" conflicts with a current 
 >> definition because the spelling of one or more parameters is different.  
 >> The redefinition is now in effect. (macroredef)
 >> #define __attribute__(_arg_)
 >> ----------------------^
 >> cc: Warning: /usr/local/lib/perl5/5.6.1/alpha-dec_osf/CORE/perl.h, line 23: 
 >> The redefinition of the macro "VOIDUSED" conflicts with a current 
 >> definition because the replacement lists differ.  The redefinition is now 
 >> in effect. (macroredef)
 >> #define VOIDUSED 1
 >> -----------------^


-----------------------------------------------------------------
Известяване за получено писмо - http://promo.abv.bg/

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to