Re: [HACKERS] PostGreSQL 7.1.3 & SCO OpenServer 5.0.6 problems

From: Roberto Fichera <kernel(at)tekno-soft(dot)it>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-ports(at)postgresql(dot)org
Cc: Levi Senft <levisenft(at)home(dot)com>
Subject: Re: [HACKERS] PostGreSQL 7.1.3 & SCO OpenServer 5.0.6 problems
Date: 2001-11-23 13:46:29
Message-ID: 5.1.0.14.2.20011123144447.00ac7770@mail.tekno-soft.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

At 07.27 23/11/01 +0000, Levi Senft wrote:

>I've searched several faqs and news groups, tried using different
>./configure options. Tried tweaking src/Makefile.shlib as discribed in
>several usenet posts that I've found on dejanews.com. I've tried
>following the instructions in the SCO specific faq and I can't get past
>the following error message:
>
>"fd.c", line 286: error: undefined symbol: NOFILE
>
>I'm wondering if there are any fixes\patches\hacks that work reliably,
>since I can't seem to find anything that works, or interpret and
>implement what I've read into something that works. If any one was any
>"definitive" instructions, or perhaps can give a more complete
>description of what the problem is and what needs to be done to solve
>it, perhaps a "to-do list". Although I haven't looked at the code yet I
>did see a couple of people mention that they tweaked fd.c, however I
>couldn't find any listings of what the tweaked.
>
>Any help is greatly appreciated, I don't know if anyone has volunteered
>their SCO OpenServer 5.0.6 as a guinea pig, but I'm open to that as an
>option.

I've modified the include/port/sco.h with

#ifndef NOFILE
#define NOFILE NOFILES_MIN
#endif

Roberto Fichera.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shield123321 2001-11-23 15:19:24 Setting up MAKE file for Postgres and C++/Newbie question
Previous Message Marc G. Fournier 2001-11-23 13:35:58 v7.2b3 packages rebuilt ...

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2001-11-23 16:37:18 Re: PostGreSQL 7.1.3 & SCO OpenServer 5.0.6 problems
Previous Message Levi Senft 2001-11-23 07:27:56 PostGreSQL 7.1.3 & SCO OpenServer 5.0.6 problems