From: | Shankar K <shan0075(at)yahoo(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | contrib/dbsize |
Date: | 2003-03-26 02:45:32 |
Message-ID: | 20030326024532.72428.qmail@web21103.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi everybody,
I'm a newbie to postgres and need some advise on
contrib/dbsize install.
recently i installed 7.3.2 onto rh linux 7.3 from
source. everything was fine created couple of test
databases and later on i found the utilities under
/contrib dir of the source which i didn't install it
in first place.
so can i install them now ? and to all databases.
i did read the readme.doc under /contrib/dbsize and
this is what i got into.
bash-2.03$ make
sed 's,MODULE_PATHNAME,$libdir/dbsize,g' dbsize.sql.in
>dbsize.sql
gcc -Wall -Wmissing-prototypes -Wmissing-declarations
-fPIC -I. -I../../src/include -c -o dbsize.o
dbsize.c
/usr/ccs/bin/ld -G -Bdynamic -o dbsize.so dbsize.o
rm dbsize.o
bash-2.03$ make install
mkdir /usr/local/pgsql/share/contrib
make: *** [installdirs] Error 2
I appreciate your help.
Regards,
Shankar
__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Shankar K | 2003-03-26 02:51:19 | contrib/dbsize |
Previous Message | Vincent Janelle | 2003-03-25 23:16:30 | Re: pg_dump version conflict |