error while executing gmake the pgsql 7.2.1 on redhat linux 9 - Mailing list pgsql-bugs

From neeraj chaudhari
Subject error while executing gmake the pgsql 7.2.1 on redhat linux 9
Date
Msg-id 20050729134654.45923.qmail@web8401.mail.in.yahoo.com
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1798
Logged by:          neeraj
Email address:      neerajchaudhari@yahoo.co.in
PostgreSQL version: 7.2.1
Operating system:   redhat linux 9
Description:        incomplete installation
Details:

hello everyone,

after configuring the pgsql on redhat 9 i got the
following error



gmake[3]: Leaving directory
`/usr/local/postgresql-7.2.1/src/backend/utils'
gcc -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations
-Wl,-rpath,/usr/local/pgsql/lib -export-dynamic
access/SUBSYS.o
bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o
commands/SUBSYS.o
executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o
main/SUBSYS.o
nodes/SUBSYS.o
optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o
regex/SUBSYS.o
rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o
utils/SUBSYS.o -lz
-lcrypt
-lresolv -lnsl -ldl -lm -lbsd -lreadline -ltermcap  -o
postgres
commands/SUBSYS.o(.text+0x41c2): In function `DoCopy':
: undefined reference to `errno'
commands/SUBSYS.o(.text+0x41c8): In function `DoCopy':
: undefined reference to `errno'
commands/SUBSYS.o(.text+0x42cf): In function `DoCopy':
: undefined reference to `errno'
commands/SUBSYS.o(.text+0x42d5): In function `DoCopy':
: undefined reference to `errno'
collect2: ld returned 1 exit status
gmake[2]: *** [postgres] Error 1
gmake[2]: Leaving directory
`/usr/local/postgresql-7.2.1/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/usr/local/postgresql-7.2.1/src'
gmake: *** [all] Error 2

plz help me out



__________________________________________________________
How much free photo storage do you get? Store your friends 'n family snaps for FREE with Yahoo! Photos
http://in.photos.yahoo.com

pgsql-bugs by date:

Previous
From: "Vincenzo Montemurro"
Date:
Subject: problem
Next
From: Sean Burlington
Date:
Subject: Re: BUG #1794: inheritance removes permissions from the parent