I am trying to build mod_tile on my RHEL5 Tile Server. Attempting to modify these instructions: http://en.flossmanuals.net/openstreetmap/setting-up-your-own-tile-server/ for RHEL5, and installing Mapnik from these instructions: http://svn.osgeo.org/osgeo/foss4g/benchmarking/wms/2010/mapnik/scripts/install_mapnik_rhel_5.5.sh I finally have created a static image with mapnik0.7.3. However now I am trying to build mod_tile, with: ./autogen.sh \ --with-libmapnik=/opt/mapnik/mapnik-seven/lib64 \ --with-boost=no \ --with-apxs=/opt/mapnik/bin/apxs \ --with-boost-libdir=/opt/mapnik/lib ./configure \ --with-libmapnik=/opt/mapnik/mapnik-seven/lib64 \ --with-boost=no \ --with-apxs=/opt/mapnik/bin/apxs \ --with-boost-libdir=/opt/mapnik/lib Now when I issue 'make' I get this mess: make all-recursive
make[1]: Entering directory I am at my wit's end. I am a linux newbie so don't assume I know or did anything ;-) asked 25 Feb '13, 22:11 maw269 |