[ELGIS] GDAL 1.8.0

Hatzopoulos, Nikolaos hatzopou at chapman.edu
Tue Nov 22 14:39:01 EST 2011


is it a centos 6? 
hdf is a dependency based on epel's repo so you probably ask these guys why hdf remains 1.6

even thought because I have programed in hdf5 the changes of 1.6 to 1.8 it's not that big deal

about mysql I am not quite sure what is going on it is probably build on the stock mysql

if you want to build it yourself:

What I usually do is:

$cd ~
echo '%_topdir %(echo $HOME)/rpmbuild' >>  .rpmmacros
echo '%_tmppath %(echo $HOME)/tmp' >> .rpmmacros
mkdir rpmbuild tmp
cd rpmbuild
mkdir BUILD  BUILDROOT  RPMS  SOURCES  SPECS  SRPMS

sudo rpm -Uvh http://elgis.argeo.org/repos/*/elgis-release-*-*.noarch.rpm

depend on your RHEL version

yum install gdal-devel

you find the yourdevel.src.rpm
you make a:
rpm -i yourdevel.src.rpm

and you will see:
in the /home/youruser/rpmbuild/SPEC
you spec file

nohup rpmbuild -ba your.spec &

depend on what you are looking for the ba option (read the manual.. of google it)

tail -f nohup.out

usually you look for errors:

cat nohup.out | grep error
or
cat nohup.out | grep Error

and Good Luck :)

--Nikos
________________________________________
From: el-bounces at lists.osgeo.org [el-bounces at lists.osgeo.org] on behalf of Jeff Lake [admin at michiganwxsystem.com]
Sent: Tuesday, November 22, 2011 10:39 AM
To: el at lists.osgeo.org
Subject: [ELGIS] GDAL 1.8.0

First time posting to group,
Is there any reason why 1.8.0 is dependent on such old libraries??

yum or rpm cannot get past the dependencies on

libhdf5.so.0()(64bit) is needed by gdal-1.8.0-4.el5.elgis.x86_64
libmysqlclient.so.15()(64bit) is needed by gdal-1.8.0-4.el5.elgis.x86_64
libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by
gdal-1.8.0-4.el5.elgis.x86_64


why would I want to roll back hdf5 to 1.6 from 1.8.7 to get that library
same for mysql ... 5.5 is installed I would need to roll back to 5.0.77
to get that library
Suggestions ??

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

_______________________________________________
el mailing list
el at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/el


More information about the el mailing list