DeAngelo:

Use PREP_HTTPD=1 instead of DO_HTTPD=1 and then do your
"make" and "make install"  Please capture the output:

make 1>make.dbg 2>&1   (for bash / ksh)

Then if you could put "make.dbg" somewhere some of us can
get to it we will see what we can do.

If the "make" and "make install" are successful with
PREP_HTTPD=1 then you must go your Apache source directory
and configure / compile it there with the following option
included on the configure:
  --activate-module=src/modules/perl/libperl.a

Then make the Apache server.

Thanks
Paul E Wilt 
Senior Principal Software Engineer
Proquest Information and Learning
---------------------------------------------------------
http://www.proquest.com  mailto:paul.wilt@;il.proquest.com
300 North Zeeb Rd      Phone: (734) 302-6777
Ann Arbor, MI 48106    Fax:   (734) 302-6779
---------------------------------------------------------



-----Original Message-----
From: DeAngelo Lampkin [mailto:dlampkin@;xencor.com] 
Sent: Thursday, October 24, 2002 1:09 PM
To: Wilt, Paul; Ged Haywood
Cc: [EMAIL PROTECTED]
Subject: RE: Problems compiling mod_perl1.27 under IRIX64...


I made an error in my original message.  It is actually the Makefile.PL step
that fails, not the make itself.  The command 
I'm attempting to run is:
  % perl Makefile.PL APACHE_SRC=../apache_1.3.xx/src \
    DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

Thanks for the help,
DeAngelo

P.S.  Please, disregard double message.  I had a delay in getting my inbox
updated and so I thought I had not emailed the question to the right place.

-----Original Message-----
From: Wilt, Paul [mailto:pwilt@;xanedu.com]
Sent: Thursday, October 24, 2002 5:48 AM
To: 'Ged Haywood'; DeAngelo Lampkin
Cc: '[EMAIL PROTECTED]'
Subject: RE: Problems compiling mod_perl1.27 under IRIX64...


Ged:

Actually I believe that it is ld32 that is complaining about not finding the
file.

Deangelo:

Can you send the command line you use to try to build this puppy?

You can use the par command (similar to the Linux strace command) to
see which file it has not found.  It produces a lot of output but may
give you some ideas as to where to look.

The following is the command you would execute (if it is the make that
fails):

par -s -SS -o debug.out -a 128 make

Thanks
Paul E Wilt 
Senior Principal Software Engineer
Proquest Information and Learning
---------------------------------------------------------
http://www.proquest.com  mailto:paul.wilt@;il.proquest.com
300 North Zeeb Rd      Phone: (734) 302-6777
Ann Arbor, MI 48106    Fax:   (734) 302-6779
---------------------------------------------------------



-----Original Message-----
From: Ged Haywood [mailto:ged@;www2.jubileegroup.co.uk] 
Sent: Thursday, October 24, 2002 8:33 AM
To: DeAngelo Lampkin
Cc: [EMAIL PROTECTED]
Subject: Re: Problems compiling mod_perl1.27 under IRIX64...


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.

Reply via email to