Brian: > its curious that currently > install_osm.sh brings in libgdal1-1.6.0 > > but these install libgdal 1.7 > install_mapserver.sh; install_qgis.sh; > > and finally ibgdal1-dev 1.7.2 via > install_gpsdrive.sh
no problem, you can have multiple versions of the library installed at once, that's why the package names are versioned. install_osm will install standard Lucid packages built against the standard Lucid gdal package. Programs must have the version of the library they were built for. mapserver (new 5.6.4 version in ubuntugis as of yesterday btw) will be installing the ubuntugis version of gdal. install_gpsdrive is also installing the same ubuntugis version of gdal, actually it doesn't use it. something else is dragging it in as a build dependency and then then removing it again later. probably some other -dev package has gdal as a dep. shrug. nothing to worry about, Hamish _______________________________________________ Live-demo mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/live-demo http://wiki.osgeo.org/wiki/Live_GIS_Disc
