[postgis-users] Need loader to build WITHOUT all the other stuff

strk at refractions.net strk at refractions.net
Mon Dec 19 13:26:42 PST 2005


On Mon, Dec 19, 2005 at 04:20:58PM -0500, Stephen Woodbridge wrote:
...
> I was able to get shp2pgsql to build by editing the top of loader/Makefile
> 
> #include ../Makefile.config
> USE_ICONV=1
> USE_VERSION=74
> 

Makefile.config is generated by ./configure.
./configure would check - among other things - availability 
of iconv (for UTF8 support in loader).
So suggested way is:

	cd postgis-source-tree
	./configure
	make loaderdumper
	make loaderdumper-install

If this doesn't work it is a bug.
Please test with the CVS snapshot if not already doing so.

--strk;



More information about the postgis-users mailing list