[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[DebianGIS] Re: [GRASS-dev] libgeos on debian stable



> Hamish wrote:
> > [debian/stable (sarge)]
> > 
> > just updated to the latest GRASS 6.3-cvs. libproj didn't complile,
> > complained about missing -lgeos. this fixed it:
> > 
> > # ln -s /usr/liblibgeos.so.2.1.1 /usr/lib/libgeos.so

Glynn Clements wrote:
> That suggests that you need a -dev[el] package.
> 
> The unversioned symlinks are only needed when compiling, so they are
> normally only included in development packages.
> 
> > is this something new? The only thing that changed recently on my
> > machine was I moved libgdal temporarily out the way to test startup
> > errors.
> > 
> > or was it a recent change somewhere else?
> 
> I'm fairly sure it's a GDAL thing. If GDAL was built with --with-geos,
> -lgeos will probably appear in the output of "gdal-config --dep-libs".


$ apt-file search /usr/lib/libgeos.so
libgeos-dev: usr/lib/libgeos.so
libgeos2: usr/lib/libgeos.so.2
libgeos2: usr/lib/libgeos.so.2.1.1

$ dpkg -s libgeos-dev 
Package `libgeos-dev' is not installed and no info is available.

$ gdal-config --dep-libs
-L/usr/lib -lgeos -lodbc -L/usr/lib -lxerces-c -lpthread -ljasper -lmfhdf -ldf -lgif -ljpeg -ltiff -lpng -lnetcdf -lcfitsio -L/usr/lib -lpq -lz -lpthread -lm -lrt -ldl

$ dpkg -s libgdal1-1.3.1 | grep Version
Version: 1.3.1-0.dgis.stable.2
   (this hasn't changed since March)
   http://pkg-grass.alioth.debian.org/debian-gis/pool/g/gdal/

I am wondering what changed in the GRASS source so now we need geos devel
packages as well?

New GRASS 6.3+ packages will have to add libgeos-dev to the build-depends
list in the debian/control file.

?
Hamish



Reply to: