<NONE>
Sonya Rikhtverchik (rikhtver@OpenMarket.com)
Wed, 09 Jul 1997 10:48:43 -0400
Message-Id: <199707091448.KAA02291@u4-138.openmarket.com>
To: fastcgi-developers@OpenMarket.com
Date: Wed, 09 Jul 1997 10:48:43 -0400
From: Sonya Rikhtverchik <rikhtver@OpenMarket.com>
Subject: <NONE>
------- Forwarded Message
Received: (from majordom@localhost) by relay.openmarket.com (8.6.10/8.6.6) id
MAA04920; Thu, 3 Jul 1997 12:50:47 -0400
Date: Thu, 3 Jul 1997 12:50:47 -0400
From: owner-fastcgi-developers@OpenMarket.com
Message-Id: <199707031650.MAA04920@relay.openmarket.com>
To: owner-fastcgi-developers@OpenMarket.com
Subject: BOUNCE fastcgi-developers@OpenMarket.com: Non-member submission
from ["Sparks, Alan" <asparks@harris.com>]
>From rikhtver@OpenMarket.com Thu Jul 3 12:50:44 1997
Received: from nssmx1.nss.harris.com ([151.114.2.5]) by relay.openmarket.com
(8.6.10/8.6.6) with SMTP id MAA04915 for <fastcgi-developers@OpenMarket.com>;
Thu, 3 Jul 1997 12:50:33 -0400
Received: by nssmx1.nss.harris.com with SMTP (Microsoft Exchange Server
Internet Mail Connector Version 4.0.994.63)
id <01BC8796.AD23A5D0@nssmx1.nss.harris.com>; Thu, 3 Jul 1997 09:51:27 -0700
Message-Id: <c=US%a=_%p=Harris%l=NSSMX1-970703165126Z-19713@nssmx1.nss.harris.c
om>
From: "Sparks, Alan" <asparks@harris.com>
To: "'fastcgi-developers@OpenMarket.com'" <fastcgi-developers@OpenMarket.com>
Subject: RE: Building perl with SFIO for fastcgi on hpux
Date: Thu, 3 Jul 1997 09:51:26 -0700
X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
I have pretty much the same problem here... warning messages like:
/usr/include/pwd.h:77: warning: `struct _sfio_s' declared inside
parameter list
And the killer:
sfsetbuf.c: In function `sfsetbuf':
sfsetbuf.c:51: storage size of `st' isn't known
It's dying on a declaration of type Stat_t, which *should* be getting
declared as
struct stat64 in sfhdr.h, I think. Can't see why it's not picking it
up, tho...
- -Alan
>-----Original Message-----
>From: Sven Verdoolaege [SMTP:skimo@breughel.ufsia.ac.be]
>Sent: Thursday, July 03, 1997 3:06 AM
>To: ref@mesasys.com
>Cc: fastcgi-developers@OpenMarket.com
>Subject: Re: Building perl with SFIO for fastcgi on hpux
>
>On Jul 2, "Ronald E. Fortin" <ref@mesasys.com> wrote:
>> I know this problem was mentioned before, but I have not seen a
>> response. So here it is again.
>>
>> I am building perl on hpux 10 with sfio so that I can use the FCGI
>> module.
>>
>> I'm getting several errors such as the following in every file:
>>
>> sos/web/tools/Languages/perl/add_ons/sfio97/include -O
>> cc: "/usr/include/pwd.h", line 89: warning 618: Declaration of
>> "_sfio_s" not vis ible outside this function prototype scope. cc:
>> "/usr/include/pwd.h", line 94: warning 618: Declaration of "_sfio_s"
>> not vis ible outside this function prototype scope.
>>
>> These are only warning so I'm not too worried about them, but further
>> on in the compilation I'm getting errors when including
>> /usr/include/pwd.h complaining about and '*'. It would appear that
>> 'FILE' is not being defined. Anyone else run into this problem and
>> have a fix?
>>
>
>Is the compiler picking up the stdio.h that comes with sfio ?
>If so, remove it and try again.
>
>skimo
------- End of Forwarded Message