Re: postgreSQL-7.2.2 install problem

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: Warren Massengill <warrenmassengill(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgreSQL-7.2.2 install problem
Date: 2002-08-25 22:24:36
Message-ID: Pine.LNX.4.21.0208252322470.16637-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Well there's no indication of any errors in your message.

Why did you ctrl-c the build? Was it taking a long time? How long and what
is the hardware/system?

On Sun, 25 Aug 2002, Warren Massengill wrote:

> Trying to install postgreSQL-7.2.2 on RedHat 7.2
>
> that has existing pg7.0 installed in the RedHat /usr/include... directories.
>
> The existing postgres is not running
>
> ./configure --- produced a lot of output with no errors that I noticed
>
> gmake --- produced nothing but errors
>
> Any idea where I went wrong here???
>
> Thanks,
> Warren
>
> gmake[3]: Entering directory '/root/pg/postgresql-7.2.2/src/backend/lib'
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o bit.o.bit.c
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o dllist.o dllist.c
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o lispsort.o lisport.c
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o stringinfo.o stringinfo.c
> /usr/bin/ld -r -o SUBSYS.o bit.o dllist.o lispsort.o stringinfo.o
> gmake[3]: Leaving directory '/root/pg/postgresql-7.2.2/src/backend/lib'
> gmake -C libpq all
> gmake[3]: Entering directory '/root/pg/postgresql-7.2.2/src/backend/lib'
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o be-fsstubs.o be-fsstubs.c
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o auto.o auth.c
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o crppt.o crypt.c
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o hba.o hba.c
> gcc -02 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include -c -o md5.o md5.c
>
> etc., etc.
>
> password.o
> pqcomm.o
> pqformat.o
> pqsignal.o
> util.o
> main.o
> nodeFuncs.o
> nodes.o
>
> CTRL c to stop
>

--
Nigel J. Andrews
Director

---
Logictree Systems Limited
Computer Consultants

In response to

Responses

  • Install at 2002-08-26 00:26:34 from Luiz Rafael Culik Guimaraes

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2002-08-25 22:31:02 Re: postgreSQL-7.2.2 install problem
Previous Message Warren Massengill 2002-08-25 22:16:35 postgreSQL-7.2.2 install problem