Hi,<br><br>All users that I might have used to do the install with have the same pg_config results - which are:<br><br>BINDIR = /usr/bin<br>DOCDIR = /usr/share/doc/packages/postgresql<br>INCLUDEDIR = /usr/include/pgsql<br>
PKGINCLUDEDIR = /usr/include/pgsql<br>INCLUDEDIR-SERVER = /usr/include/pgsql/server<br>LIBDIR = /usr/lib64<br>PKGLIBDIR = /usr/lib64/postgresql<br>LOCALEDIR = /usr/share/locale<br>MANDIR = /usr/share/man<br>SHAREDIR = /usr/share/postgresql<br>
SYSCONFDIR = /usr/etc/postgresql<br>PGXS = /usr/lib64/postgresql/pgxs/src/makefiles/<a href="http://pgxs.mk">pgxs.mk</a><br>CONFIGURE = '--prefix=/usr' '--libdir=/usr/lib64' '--bindir=/usr/bin' '--includedir=/usr/include/pgsql' '--datadir=/usr/share/postgresql' '--mandir=/usr/share/man' '--with-docdir=/usr/share/doc/packages' '--disable-rpath' '--enable-nls' '--enable-thread-safety' '--enable-integer-datetimes' '--without-python' '--without-perl' '--without-tcl' '--with-openssl' '--with-pam' '--with-krb5' '--with-gssapi' '--with-ldap' '--with-libxml' '--with-libxslt' '--with-system-tzdata=/usr/share/zoneinfo' 'CFLAGS=-fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -O2 '<br>
CC = gcc<br>CPPFLAGS = -D_GNU_SOURCE -I/usr/include/libxml2<br>CFLAGS = -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -O2  -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv<br>
CFLAGS_SL = -fpic<br>LDFLAGS =<br>LDFLAGS_SL =<br>LIBS = -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lcrypt -ldl -lm<br>VERSION = PostgreSQL 8.3.1<br><br>- can you spot anything odd in there?<br>
<br>Thanks,<br><br>Calum.<br><br><div class="gmail_quote">On Fri, May 2, 2008 at 3:00 PM, Mark Cave-Ayland <<a href="mailto:mark.cave-ayland@siriusit.co.uk">mark.cave-ayland@siriusit.co.uk</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Calum Byrom wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Mark,<br>
<br>
Thanks for the quick response.  I've tried what you suggested but to no avail.  Observations whilst doing this:<br>
<br>
i) If I install PostGIS from the unzipped source, via a ./configure, gmake, sudo gmake install, the lwpostgis.sql, etc scripts get put in /usr/share and contain unexpanded $libdir variables.  The liblwgeom files end up under /usr/lib64/postgresql<br>

<br>
ii) If I install PostGIS via the rpm, using the YaST2 GUI, the lwpostgis.sql, etc scripts get put in /usr/share/postgis and the $libdir variable they use is expanded to /usr/lib64 (although I don't think any expansion is actually being done since the timestamp on these files is quite old - so they're just being unpacked to this dir).  The liblwgeom files here get unpacked this libdir - i.e. /usr/lib64<br>

<br>
I've not done anything out of standard for any of the installs except for configuring the postgres install using, LDFLAGS=-lstdc++ ./configure  - as suggested in the setup guide I was following (see link in first mail).<br>

<br>
Any other suggestions?<br>
<br>
Thanks,<br>
<br>
Calum.<br>
</blockquote>
<br>
<br></div>
Hi Calum,<br>
<br>
What does the output of "pg_config" show? You should run this as the same user you ran configure. You may also try "which pg_config" to see from where configure is finding your PostgreSQL configuration information.<div>
<div></div><div class="Wj3C7c"><br>
<br>
<br>
ATB,<br>
<br>
Mark.<br>
<br>
-- <br>
Mark Cave-Ayland<br>
Sirius Corporation - The Open Source Experts<br>
<a href="http://www.siriusit.co.uk" target="_blank">http://www.siriusit.co.uk</a><br>
T: +44 870 608 0063<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br>