From: | Renê Salomão <rene(at)ibiz(dot)com(dot)br> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Problem when installing dbsize of PG 8.0-beta1 |
Date: | 2004-08-16 15:25:16 |
Message-ID: | 20040816122516.0883334b.rene@ibiz.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I installed PG 8.0 Beta 1 in my machine. Everything seemed ok... The
problem occurred when I tried to install the programs in contrib
directory...
I commented out dbsize from the Makefile... And everything installed
successfully... Following is compiling output of dbsize... Am I doing
anything wrong or GETDATABASEPATH is broken?
gcc -O2
-fno-strict-aliasing
-Wall
-Wmissing-prototypes
-Wmissing-declarations
-fpic
-I.
-I../../src/include
-D_GNU_SOURCE
-c
-o dbsize.o dbsize.c
dbsize.c: In function`database_size': dbsize.c:58: error: too few
arguments to function`GetDatabasePath' gmake: *** [dbsize.o] Error 1
Current configuration of PG:
pg_config --configure
--prefix=/usr/local/postgresql-8.0
--with-java
--with-perl
--enable-nls
--with-openssl
--with-tcl
--with-pgport=5435
--enable-thread-safety
-----------------------------
Cordialmente,
Renê Salomão
rene(at)ibiz(dot)com(dot)br
IBIZ Tecnologia - www.ibiz.com.br
(011) 5579-3178
--------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-08-16 15:28:32 | Re: Problem when installing dbsize of PG 8.0-beta1 |
Previous Message | Andrew Sukow | 2004-08-16 15:24:01 | Re: Index Issues & ReIndex |