Re: PostGreSQL 7.1.3 & SCO OpenServer 5.0.6 problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Levi Senft <levisenft(at)home(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: PostGreSQL 7.1.3 & SCO OpenServer 5.0.6 problems
Date: 2001-11-23 16:37:18
Message-ID: 6287.1006533438@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

Levi Senft <levisenft(at)home(dot)com> writes:
> "fd.c", line 286: error: undefined symbol: NOFILE

Throw in a default definition, eg

#ifndef NOFILE
#define NOFILE 50
#endif

This is fixed in current sources, btw, so you might just want to install
7.2 beta...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-11-23 16:43:43 Re: [HACKERS] upper and lower doesn't work with german umlaut?
Previous Message Jim Buttafuoco 2001-11-23 16:28:49 Re: postgresql.conf (Proposed settings)

Browse pgsql-ports by date

  From Date Subject
Next Message David De Graff 2001-11-26 07:12:26 7.1.3 configure failure on Solaris 2.6
Previous Message Roberto Fichera 2001-11-23 13:46:29 Re: [HACKERS] PostGreSQL 7.1.3 & SCO OpenServer 5.0.6 problems