[postgis-users] libpq.dll conflict between mapserver and postgis ?

Martel, Christian Christian.Martel at drdc-rddc.gc.ca
Mon Dec 6 06:40:13 PST 2004


Hi

Setup : 
PostgreSQL 8.0.0 beta 2 + PostGIS 0.9.0 (Jean David Techer's windows binary,
sept 23)
MapServer 4.2 (windows)

Problem :
With two libpq.dll in windows path, the postmaster won't start.
If a remove the older one (from MapServer), I can't see my postgis layer in
mapserver.
Is it a dll problem or my map file is not well written ? I see the
background color and I checked the extent.

MAP
	NAME PGIS
	EXTENT 710000 1837000 742000 1859000
	SIZE 500 500
	IMAGECOLOR 210 255 255

	LAYER
		CONNECTIONTYPE postgis
		NAME "test"
	
		CONNECTION "user=postgres dbname=testgis host=myserver
port=5432"
		DATA "geom from villescommunes"
		TYPE POLYGON
		STATUS ON
	END
END

Thanks,
Christian



More information about the postgis-users mailing list