Обсуждение: postgreSQL-7.2.2 install problem

Поиск
Список
Период
Сортировка

postgreSQL-7.2.2 install problem

От
"Warren Massengill"
Дата:
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



_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


Re: postgreSQL-7.2.2 install problem

От
"Nigel J. Andrews"
Дата:

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


Re: postgreSQL-7.2.2 install problem

От
Oliver Elphick
Дата:
On Sun, 2002-08-25 at 23:16, 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
>


I don't see any errors here.  This is normal output from make.  (except
the "CTRL c to stop" bit)

Are you not used to compiling from source?  The "-Wmissing-prototypes
-Wmissing-declarations" bits are compiler directives, not an error
message.

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK
http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "But the day of the Lord will come as a thief in the
      night. The heavens shall pass away with a great noise,
      and the elements shall melt with fervent heat, and the
      earth and the works that are therein shall be burned
      up."                     II Peter 3:10


Install

От
"Luiz Rafael Culik Guimaraes"
Дата:
Hi

Is it possible to compile postgresql 7.2.x with Borland C++ 5.5.1

[]´s

Luiz Rafael Culik
http://sites.uol.com.br/culikr