Bug#579989: [DebianGIS-dev] Bug#579989: Bug#579989: Bug#579989: Tries to dlopen libproj.so instead of libproj.so.0

2010-05-21 Thread Francesco P. Lovergine
On Wed, May 19, 2010 at 11:54:50AM +0200, Jens Thiele wrote: > > Ok, thanks. Solved in the 1.7.2 branch on svn, due in a few for > > experimental. The reason for skipping by default a usual shlib > > linking is quite obscure to me, but that can be better managed > > by configure. I suspect that is

Bug#579989: [DebianGIS-dev] Bug#579989: Bug#579989: Tries to dlopen libproj.so instead of libproj.so.0

2010-05-19 Thread Jens Thiele
"Francesco P. Lovergine" writes: > Ok, thanks. Solved in the 1.7.2 branch on svn, due in a few for > experimental. The reason for skipping by default a usual shlib > linking is quite obscure to me, but that can be better managed > by configure. I suspect that is done to avoid depending strictly >

Bug#579989: [DebianGIS-dev] Bug#579989: Bug#579989: Tries to dlopen libproj.so instead of libproj.so.0

2010-05-04 Thread Francesco P. Lovergine
> As far as I understand because GDAL only needs libproj for doing > certain kind of conversions. So it does a dlopen() when it needs it, > but uses libproj.so instead of libproj.so.0. > > I found the bug when using the GIS part of django with the > OpenStreetMap widget, so that's a bit of a compl

Bug#579989: [DebianGIS-dev] Bug#579989: Tries to dlopen libproj.so instead of libproj.so.0

2010-05-03 Thread Jeroen Dekkers
At Mon, 3 May 2010 09:30:08 +0200, Francesco P. Lovergine wrote: > > On Sun, May 02, 2010 at 10:24:17PM +0200, Jeroen Dekkers wrote: > > Package: libgdal1-1.6.0 > > Version: 1.6.3-3+b2 > > Severity: normal > > Tags: patch > > > > I'm getting the following error: > > > > ERROR 6: Unable to load P

Bug#579989: [DebianGIS-dev] Bug#579989: Tries to dlopen libproj.so instead of libproj.so.0

2010-05-03 Thread Francesco P. Lovergine
On Sun, May 02, 2010 at 10:24:17PM +0200, Jeroen Dekkers wrote: > Package: libgdal1-1.6.0 > Version: 1.6.3-3+b2 > Severity: normal > Tags: patch > > I'm getting the following error: > > ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of > OGRCoordinateTransformation failed. > > Thi

Bug#579989: Tries to dlopen libproj.so instead of libproj.so.0

2010-05-02 Thread Jeroen Dekkers
Package: libgdal1-1.6.0 Version: 1.6.3-3+b2 Severity: normal Tags: patch I'm getting the following error: ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of OGRCoordinateTransformation failed. This is because GDAL tries to dlopen libproj.so, but it should dlopen libproj.so.0. I tes