Sure Rob, will do when I'm done.
By any chance, I'm trying to compile osm2pgsql, but I'm getting localhost:/opt/osm2pgsql # make make all-recursive make[1]: Entering directory `/opt/osm2pgsql' Making all in gazetteer make[2]: Entering directory `/opt/osm2pgsql/gazetteer' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/opt/osm2pgsql/gazetteer' make[2]: Entering directory `/opt/osm2pgsql' /bin/sh ./libtool --tag=CXX --mode=link g++ -g -O2 -pthread -L/usr/lib -lz -L/usr/lib64 -lpq -lxml2 -lz -lm -L/usr/lib -lbz2 -L/usr/lib64 -L/usr/lib64 -lgeos -L/usr/lib -lproj -o osm2pgsql build_geometry.o input.o output-pgsql.o rb.o middle-pgsql.o osm2pgsql.o sprompt.o UTF8sanitizer.o expire-tiles.o keyvals.o output-null.o parse-primitive.o parse-xml2.o pgsql.o reprojection.o middle-ram.o output-gazetteer.o text-tree.o libtool: link: cannot find the library `/usr/lib64/gcc/x86_64-suse-linux/4.1.2/libstdc++.la' or unhandled argument `/usr/lib64/gcc/x86_64-suse-linux/4.1.2/libstdc++.la' make[2]: *** [osm2pgsql] Error 1 make[2]: Leaving directory `/opt/osm2pgsql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/osm2pgsql' make: *** [all] Error 2 Any ideas what this is about? I wonder where it got the "4.1.2" subdirectory from since I got gcc 4.3 installed on my system. Tho if I look into "/usr/lib64/gcc/x86_64-suse-linux/4.3", I don't see any *.la files, hence, creating a symlink is not gonna help me... Cheers Dom On Wed, Aug 3, 2011 at 12:07 PM, Robert Coup <[email protected]>wrote: > Hey Dom, > > On Wed, Aug 3, 2011 at 7:02 PM, Dom L <[email protected]> wrote: > >> So just in case anyone ever faces the "ld: cannot find -lboost_python" >> too, you need to compile boost with "--with-python" option and make sure >> your Library path is set correctly! >> > > Glad you got it sorted - if you have a few minutes could you write up some > notes for SLED to add to http://trac.mapnik.org/wiki/LinuxInstallation ? > > Thanks, > > Rob :) > -- Sent thru my vacuum cleaner.
_______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

