Re: [ADMIN] problems installing postgres7.2 in redhat 9 fedara1

2004-01-09 Thread Сизых Павел Леонидович
В Птн, 09.01.2004, в 17:51, Tom Lane пишет: > karthikeyan <[EMAIL PROTECTED]> writes: > > commands/SUBSYS.o(.text+0x41c2): In function `DoCopy': > > : undefined reference to `errno' > > I think you need this patch: > http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/copy

Re: [ADMIN] problems installing postgres7.2 in redhat 9 fedara1

2004-01-09 Thread Tom Lane
karthikeyan <[EMAIL PROTECTED]> writes: > commands/SUBSYS.o(.text+0x41c2): In function `DoCopy': > : undefined reference to `errno' I think you need this patch: http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/copy.c.diff?r1=1.145.2.1&r2=1.145.2.2

[ADMIN] problems installing postgres7.2 in redhat 9 fedara1

2004-01-09 Thread karthikeyan
make[3]: Leaving directory `/home/karthik/softwares/postgresql-7.2/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.