Re: Include file problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pasi Salminen" <pasi(dot)salminen(at)khf(dot)fi>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Include file problem
Date: 2001-06-11 14:33:30
Message-ID: 4687.992270010@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Pasi Salminen" <pasi(dot)salminen(at)khf(dot)fi> writes:
> In file included from auth.c:21:
> /usr/include/sys/param.h:23:26: linux/limits.h: No such file or directory
> /usr/include/sys/param.h:24:25: linux/param.h: No such file or directory

Evidently you don't have a complete set of system include files.

I recall that the last time I did a Linux install, some of the system
include files were tucked away in obscure packages that weren't
installed by default; but I don't recall more details than that.
Go back to your distribution CD and look over the uninstalled
packages for mention of "include files" or "header files" ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alex Pilosov 2001-06-11 14:34:10 Re: Include file problem
Previous Message Alex Pilosov 2001-06-11 14:28:28 Re: getting non-atomic field with C API