Re: Visualize GiST Index

Поиск
Список
Период
Сортировка
От Andrew Hunter
Тема Re: Visualize GiST Index
Дата
Msg-id 3BB74142-B685-438E-AB83-44F99D804799@ucalgary.ca
обсуждение исходный текст
Ответ на Re: Visualize GiST Index  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Visualize GiST Index  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 2010-09-22, at 9:56 PM, Tom Lane wrote:

> Andrew Hunter <ahunter@ucalgary.ca> writes:
>> I have been trying to install the Gevel module but am getting an error when running make on the gevel files
download.
>> The error is:
>
>> /contrib/contrib-global.mk: No such file or directory.
>
>> I have also tried USE_PGXS=1 make, but get the same result.  I am unable to find contrib-global.mk.
>
> Could we see the output of "pg_config"?
>
> (If you don't have pg_config installed, you're probably missing
> postgresql-devel or whatever the equivalent subpackage is on Ubuntu.)
>
>             regards, tom lane
>
>


Hi Tom,

Here is the output from pg_config

andrew@andrew-server:~$ pg_config
BINDIR = /usr/lib/postgresql/8.4/bin
DOCDIR = /usr/share/doc/postgresql
HTMLDIR = /usr/share/doc/postgresql
INCLUDEDIR = /usr/include/postgresql
PKGINCLUDEDIR = /usr/include/postgresql
INCLUDEDIR-SERVER = /usr/include/postgresql/8.4/server
LIBDIR = /usr/lib
PKGLIBDIR = /usr/lib/postgresql/8.4/lib
LOCALEDIR = /usr/share/locale
MANDIR = /usr/share/postgresql/8.4/man
SHAREDIR = /usr/share/postgresql/8.4
SYSCONFDIR = /etc/postgresql-common
PGXS = /usr/lib/postgresql/8.4/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--build=i486-linux-gnu' '--prefix=/usr' '--includedir=/usr/include' '--mandir=/usr/share/man'
'--infodir=/usr/share/info''--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=/usr/lib/postgresql-8.4'
'--disable-maintainer-mode''--disable-dependency-tracking' '--disable-silent-rules' '--srcdir=.'
'--mandir=/usr/share/postgresql/8.4/man''--with-docdir=/usr/share/doc/postgresql-doc-8.4'
'--sysconfdir=/etc/postgresql-common''--datadir=/usr/share/postgresql/8.4' '--bindir=/usr/lib/postgresql/8.4/bin'
'--includedir=/usr/include/postgresql/''--enable-nls' '--enable-integer-datetimes' '--enable-thread-safety'
'--enable-debug''--disable-rpath' '--with-tcl' '--with-perl' '--with-python' '--with-pam' '--with-krb5' '--with-gssapi'
'--with-openssl''--with-libxml' '--with-libxslt' '--with-ldap' '--with-ossp-uuid' '--with-gnu-ld'
'--with-tclconfig=/usr/lib/tcl8.5''--with-tkconfig=/usr/lib/tk8.5' '--with-includes=/usr/include/tcl8.5'
'--with-system-tzdata=/usr/share/zoneinfo''--with-pgport=5432' 'CFLAGS=-g -O2 -g -Wall -O2 -fPIC'
'LDFLAGS=-Wl,-Bsymbolic-functions-Wl,--as-needed' 'build_alias=i486-linux-gnu' 'CPPFLAGS=' 
CC = gcc
CPPFLAGS = -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5
CFLAGS = -g -O2 -g -Wall -O2 -fPIC -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Wendif-labels-fno-strict-aliasing -fwrapv -g 
CFLAGS_SL = -fpic
LDFLAGS = -Wl,-Bsymbolic-functions -Wl,--as-needed -Wl,--as-needed
LDFLAGS_SL =
LIBS = -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lkrb5 -lcom_err -lgssapi_krb5 -lz -lreadline -lcrypt -ldl -lm
VERSION = PostgreSQL 8.4.4

Regards

Andrew Hunter PEng RPSurv PhD
Assistant Professor
Department of Geomatics Engineering
Schulich School of Engineering
University of Calgary

T: +403.220.7377
F: +403.284.1980
E: ahunter (at) ucalgary (dot) ca
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~






В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Visualize GiST Index
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: What was new in 8.4 & 8.3?