On Tuesday 18 March 2008 17:32:05 ivom wrote: > When I run scons/scons.py -h I see amongst other stuff > > Checking for C library pq... no > > INPUT_PLUGINS: Input drivers to include > (all|none|comma-separated list of names) > allowed names: postgis shape raster gdal > default: all > actual: postgis shape raster gdal > > does this mean i have the postgis.input plug-in or not?
This means you don't have it, but you do want it. I know you're not running Debian, but your problem seems the same as I had. I wrote my solution in the wiki: http://wiki.openstreetmap.org/index.php/Mapnik#Compiling_the_new_Mapnik_0.5_from_source_on_Debian_Etch_.28stable.29 I.O.W., you need to use PGSQL_INCLUDES, so scons can find libpq. -- m.v.g., Cartinus _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

