Include file problem - Mailing list pgsql-general

From Pasi Salminen
Subject Include file problem
Date
Msg-id 002601c0f276$cf25d640$29000a0a@khf.fi
Whole thread Raw
Responses Re: Include file problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Include file problem  (Alex Pilosov <alex@pilosoft.com>)
Re: Include file problem  (teg@redhat.com (Trond Eivind Glomsrød))
Re: Include file problem  (Lamar Owen <lamar.owen@wgcr.org>)
List pgsql-general
Hello,
 
I am trying to compile PostgreSQL 7.1.2 on Redhat Linux 7.0 in Intel Pentium Pro
I have done following:
 
1. ./configure --prefix=/usr/local/pgsql --with-template=linux
--with-odbc --disable-locale --with-pgport=5432 --enable-hba --with-perl
 
2. gmake
 
Following error occurs:
...
gmake[3]: Entering directory `/usr/local/src/postgresql-7.1.2/src/backend/libpq'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include
   -c -o auth.o auth.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:30,
                 from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:1
30,
                 from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/syslimits.
h:7,
                 from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:1
1,
                 from /usr/include/sys/param.h:22,
                 from auth.c:21:
/usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
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
gmake[3]: *** [auth.o] Error 1
gmake[3]: Leaving directory `/usr/local/src/postgresql-7.1.2/src/backend/libpq'
gmake[2]: *** [libpq-recursive] Error 2
gmake[2]: Leaving directory `/usr/local/src/postgresql-7.1.2/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/usr/local/src/postgresql-7.1.2/src'
gmake: *** [all] Error 2
 
I know a little about programming and I think some include path are wrong.
I have installed Redhat 7.0 without any modifications to the .iso package
and postgres package is the newest from ftp.postgresql.org.
 
What should I do to get the compile work?
 
Thanks.
 
Pasi Salminen
 

pgsql-general by date:

Previous
From: Lee Kwok Shing
Date:
Subject: Re: upgrading a database with large objects
Next
From: Alex Pilosov
Date:
Subject: Re: Variables in Postgresql