You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "Kent, Mr. John" <ke...@nrlmry.navy.mil> on 2002/10/15 01:04:53 UTC

Trouble Compiling Mod_Perl 1.27 on SGI

Greetings,

Having trouble building mod_perl-1.27 against Apache_1.3.27 on an SGI

Gettting:

Will run tests as User: 'webuser' Group: 'webgroup'
(cd ../apache_1.3.27 && CC="cc -n32" CFLAGS=" -D_BSD_TYPES -D_BSD_TIME -woff
1184 1552 -OPT:Olimit=0:space=ON -I/usr/local/include -DLANGUAGE_C"
./configure --activate-module=src/modules/perl/libperl.a
--disable-rule=EXPAT --prefix=/users/webuser/apache_heavy)
Configuring for Apache, Version 1.3.27
 + using installation path layout: Apache (config.layout)
 + activated perl module (modules/perl/libperl.a)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
You are running 64-bit Irix. For now, we will compile 32-bit
but if you would care to port to 64-bit, send us the patches.
 + configured for SGI IRIX-64 platform
 + setting C pre-processor to cc -n32 -E
 + checking for system header files
 + adding selected modules
    o perl_module uses ConfigStart/End
      + mod_perl build type: OBJ
      + id: mod_perl/1.27
      + id: Perl/v5.8.0 (irix) [perl]
      + setting up mod_perl build environment
      + adjusting Apache build environment
 + checking sizeof various data types
 + doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed.  The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc. 

======== Error Output for sanity check ========
        cd ..; cc -n32  -DIRIX -DMOD_PERL -DUSE_HSREGEX -DNO_DL_NEEDED
-D_BSD_TYPES -D_BSD_TIME -woff 1184 1552 -OPT:Olimit=0:space=ON
-I/usr/local/include -DLANGUAGE_C `./apaci`     -o helpers/dummy
helpers/dummy.c   -L/usr/local/lib32 -L/usr/local/lib -Wl,-woff,84
/users/webuser/perl/lib/5.8.0/IP25-irix/auto/DynaLoader/DynaLoader.a
-L/users/webuser/perl/lib/5.8.0/IP25-irix/CORE -lperl -lm -lc 
ld32: FATAL 9: I/O error (1552): No such file or directory
*** Error code 2 (bu21)
============= End of Error Report =============

Tried it on several different SGI boxes with the same result.

Any suggestions would be appreciated.

Thank You,

John Kent
Monterey, CA

Re: Trouble Compiling Mod_Perl 1.27 on SGI

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

On Mon, 14 Oct 2002, Kent, Mr. John wrote:

> Having trouble building mod_perl-1.27 against Apache_1.3.27 on an SGI

Have you looked at the file mod_perl-1.27/SUPPORT ?
Did you build the Perl installation on these machines?
Could you use a different compiler?

73,
Ged.