You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by DeAngelo Lampkin <dl...@xencor.com> on 2002/10/23 22:51:46 UTC

Problems compiling mod_perl1.27 under IRIX64...

> Hi guys,
> 
> I've searched mail-list archives and seen this question asked, but I've never found the answer.  
> 
> Whenever I try to compile mod_perl1.27 on SGI IRIX64 I get the following error message at the end of the make process:
> 
> ======== Error Output for sanity check ========
>         cd ..; cc -n32  -DIRIX -DMOD_PERL -DUSE_PERL_SSI -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1174,1184,1552 -OPT:Olimit=0 -DLANGUAGE_C -DUSE_HSREGEX -DNO_DL_NEEDED -D_BSD_TYPES -D_BSD_TIME -woff 1009 1110 1174 1184 1552 -OPT:Olimit=0 -DLANGUAGE_C `./apaci` -I. -I/usr/local/lib/perl5/5.6.1/IP27-irix/CORE    -o helpers/dummy helpers/dummy.c   -L/usr/local/lib32 -L/usr/local/lib -Wl,-woff,84 /usr/local/lib/perl5/5.6.1/IP27-irix/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.6.1/IP27-irix/CORE -lperl -lm -lc
> ld32: FATAL 9: I/O error (1110): No such file or directory
> *** Error code 2 (bu21)
> ============= End of Error Report =============
> 
> All of the directories listed are present.
> Anyone familiar with this error and/or know the solution (or possible solution)?  Please help me maintain my sanity. :)
> 
> Thanks!
> 
> DeAngelo Lampkin
> Xencor
> 626 - 737 - 8083
>  
> 

Re: Problems compiling mod_perl1.27 under IRIX64...

Posted by Ged Haywood <ge...@www2.jubileegroup.co.uk>.
Hi there,

On Wed, 23 Oct 2002, DeAngelo Lampkin wrote:

> > Whenever I try to compile mod_perl1.27 on SGI IRIX64 I get the following error message at the end of the make process:
> > 
> > ======== Error Output for sanity check ========
> >         cd ..; cc -n32  -DIRIX -DMOD_PERL -DUSE_PERL_SSI -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1174,1184,1552 -OPT:Olimit=0 -DLANGUAGE_C -DUSE_HSREGEX -DNO_DL_NEEDED -D_BSD_TYPES -D_BSD_TIME -woff 1009 1110 1174 1184 1552 -OPT:Olimit=0 -DLANGUAGE_C `./apaci` -I. -I/usr/local/lib/perl5/5.6.1/IP27-irix/CORE    -o helpers/dummy helpers/dummy.c   -L/usr/local/lib32 -L/usr/local/lib -Wl,-woff,84 /usr/local/lib/perl5/5.6.1/IP27-irix/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.6.1/IP27-irix/CORE -lperl -lm -lc
> > ld32: FATAL 9: I/O error (1110): No such file or directory
> > *** Error code 2 (bu21)
> > ============= End of Error Report =============
> > 
> > All of the directories listed are present.

Is ld32 present?

73,
Ged.