Cannot install gdal-devel on x86_64 (was Re: [ELGIS] /usr/lib64/libspatialite.so.2: undefined symbol: sqlite3_clear_bindings in Unknown on line 0)

Jeff Lake admin at michiganwxsystem.com
Mon Jan 9 08:17:13 EST 2012


which 64bit OS is this ??
I'm running 64bit CentOS 5.7 had no problems
installing both i386 and x86_64 packages
did you try a
"yum provides *libogrjni*"
and installed what yum recommended ..

-Jeff Lake
MichiganWxSystem.com
WeatherMichigan.net
TheWeatherCenter.net
GRLevelXStuff.com


On 1/9/2012 8:08 AM, Mathieu Baudier wrote:
>> Error: Missing Dependency: libogrjni.so.1 is needed by package
>> gdal-devel-1.8.0-4.el5.elgis.i386 (elgis)
> I could reproduce your problem with the installation of gdal-devel, and
> find a workaround.
>
> This is a multilib issue: no gdal-java.i386 is available for 64 bits, so
> when you try to install gdal-devel it tries to install gdal-devel.x86_64
> AND gdal-devel.i386, but gdal-devel (unfortunately) requires gdal-java,
> which is not found for gdal-devel.i386
>
> So, to workaround just run:
> sudo yum install gdal-devel.x86_64
>
> and you should be able to rebuild MapServer.
>
> I suggest as a fix that we simply don't distribute gdal-devel.i386 for
> 64bits anymore.
> Any objection?
>
> _______________________________________________
> el mailing list
> el at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/el
>


More information about the el mailing list