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
"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
>
> 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
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
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
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
6 matches
Mail list logo