HP3000-L Archives

September 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Tue, 19 Sep 2000 14:09:15 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
"Ritenour, Steven" wrote:
>
> Well here I am again seek guidance from the group.  I am going through the
> install process to get Apache 1.3.12 up and running.  On the make step I am
> receiving the following error
>
> gcc -c  -I../os/mpeix -I../include   -DMPE -D_POSIX_SOURCE -D_SOCKET_SOURCE -DUS
> E_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` alloc.c
> alloc.c: In function `spawn_child_core':
> alloc.c:2284: `STDOUT_FILENO' undeclared (first use in this function)

...snip...

> This time I don't think it a permissions problem (Been able to figure them out
> with a  varying degree of success.  Even with that said here is the ls of
> alloc.c
>
> -rw-r--r--   1 MGR.APACHEFW      APACHEFW   68584 Oct 21  1999 alloc.c
>
> Any ideas of what I need to do next?

These symbols are normally defined in /usr/include/unistd.h, but gcc maintains
a shadow copy of unistd.h at
/usr/local/lib/gcc-lib/hppa1.0-hp-mpeix/V.UU.FF/include/unistd.h.  Make sure
everything in that big long shadow path has the correct permissions.

- Mark B.

ATOM RSS1 RSS2