[postgis-devel] Issue 115 in postgis: ./configure --with-pgconfig ignores specified pg_config in favour of path
codesite-noreply at google.com
codesite-noreply at google.com
Thu Feb 12 05:01:04 PST 2009
Comment #1 on issue 115 by mark.cav... at siriusit.co.uk: ./configure
--with-pgconfig ignores specified pg_config in favour of path
http://code.google.com/p/postgis/issues/detail?id=115
This is actually a bug in PGXS for versions of PostgreSQL < 8.3 - see
http://markmail.org/message/k7iolbazhrqhijfk#query:pg_config%20jun%202007+page:1+mid:rqk6ux2e7npqbrzf+state:results
for more information.
The work-around is to set PATH so that the --with-pgconfig path containing
pg_config
is the first directory in the search path. However, since we call "make"
directly we
need to find a way to set PATH within the Makefile - and so far all of my
attempts to
do this have failed :(
Anyone else have any ideas?
ATB,
Mark.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the postgis-devel
mailing list