Bolhar-Nordenkampf Ferdinand wrote:
Hi,

I'm trying to build mod_perl 2.0.2 on a Tru64 (Digital UNIX) system V5.1B,
Apache 2.0.59, Perl 5.8.0.
You knew I as going to say this, but preferably 5.8.8.

Make sure you are using the same compiler for mod_perl as you used for perl and httpd 2.059.

$CC -v ?


Subroutine ModPerl::ParseSource::get_structs redefined at 
lib/ModPerl/ParseSource.pm line 59.
Subroutine new redefined at lib/Apache2/BuildConfig.pm line 18.
WARNING: NO_META is not a known parameter.
'NO_META' is not a known MakeMaker parameter name.
[   info] generating script t/TEST
[   info] generating script ./t/cgi-bin/cookies.pl
WARNING: NO_META is not a known parameter.

Argument "" isn't numeric in numeric lt (<) at 
/usr/lib/perl-5.8.0/lib/5.8.0/ExtUtils/MakeMaker.pm line 434.

Constant subroutine main::WIN32 redefined at 
/usr/lib/perl-5.8.0/lib/5.8.0/constant.pm line 108.
Constant subroutine main::BUILD_APREXT redefined at 
/usr/lib/perl-5.8.0/lib/5.8.0/constant.pm line 108.
This all probably relating to the versions of Modules that ship with perl 5.8.0.

cc: Warning: /usr/lib/perl-5.8.0/lib/5.8.0/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_)
Thats a perl error message. You're compiler is not the same one as was used for perl.

Invalid flag usage: Wl,-rpath,/usr/lib/perl-5.8.0/lib/5.8.0/alpha-dec_osf/CORE,
-Wx,-option must appear after -_SYSTYPE_SVR4
ld: Usage: ld [options] file [...]
Fix the above first.

Thats the default Tru64 compiler.  /Me thins you tried GCC for mod_perl.
    cc='cc', ccflags ='-fprm d -ieee -std -fprm d -ieee -DLANGUAGE_C',
    optimize='-O4',
    cppflags='-fprm d -ieee -std -fprm d -ieee -DLANGUAGE_C'
    ccversion='V6.5-011', gccversion='', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

I never had a dream come true
'Til the day that I found you.
Even though I pretend that I've moved on
You'll always be my baby.
I never found the words to say
You're the one I think about each day
And I know no matter where life takes me to
A part of me will always be...
A part of me will always be with you.

Reply via email to