[gdal-dev] How to remedy GDAL_DATA not found?

2017-02-09 Thread sablok
So, here is what I am experiencing as of now : postgresql# create extension postgis; postgresql# select postgis_full_version(); the output returned by this command is :

Re: [gdal-dev] GDAL Errors while building PostGIS extension?

2016-10-28 Thread sablok
I did figure out the problem, it was a libz issue, the version of libz that was getting used while building PostGIS and its dependencies was older than what was required, hence I removed the libz's from the postgresql's lib directory and added system libz's stored in /lib64 to the environment's PAT

Re: [gdal-dev] GDAL Errors while building PostGIS extension?

2016-10-27 Thread sablok
Indeed that is the problem, I am using GCC 4.9.2 to build postgis and its dependencies, however the version of libz that is present inside the postgresql's lib directory has been compiled with GCC 4.9.3 version. Can you let me know is that the real problem here and what are the consequences that th

[gdal-dev] GDAL Errors while building PostGIS extension?

2016-10-27 Thread sablok
Hello people, I am trying to build PostGIS extensions on my machine. I have bee able to install all the dependencies of PostGIS successfully namely Json-c, PCRE, PROJ, GEOS and GDAL however while compiling these dependencies I noticed a peculiar warning being thrown every time around with regards t

[gdal-dev] Getting the following error while building GDAL 2.0.2 from source

2016-07-20 Thread sablok
I am trying to build GDAL 2.0.2 from source and while building it I am getting the following make error, I am not too sure why is this happening, any help is appreciated -: /home/sablok/workspace/sablok/BuildDev/env/GCC-4.9.x/runtime/bin/ld: error: cannot find ./ogr/.libs/ogrgeometryfactory.o

Re: [gdal-dev] Not able to build GDAL on RHEL_5 64 bit?

2016-06-24 Thread sablok
That worked thanks a lot :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Not-able-to-build-GDAL-on-RHEL-5-64-bit-tp5272915p5273284.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal

Re: [gdal-dev] Not able to build GDAL on RHEL_5 64 bit?

2016-06-24 Thread sablok
The options --without-sqlite doesn't work :( and I am the point of frustration now, even though I have all the libraries for sqlite3 in my build path all the sqlite2 so's even tried changing the LD_LIBRARY_PATH environment variable nothing works. -- View this message in context: http://osgeo-or

Re: [gdal-dev] Not able to build GDAL on RHEL_5 64 bit?

2016-06-24 Thread sablok
What should one be doing if there is no option to move to RHEL_6, its kinda strict requirement for my system? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Not-able-to-build-GDAL-on-RHEL-5-64-bit-tp5272915p5273234.html Sent from the GDAL - Dev mailing list archive at Nabb

[gdal-dev] Not able to build GDAL on RHEL_5 64 bit?

2016-06-22 Thread sablok
I am trying to compile gdal-2.0.2 from source using this tarball https://trac.osgeo.org/gdal/wiki/DownloadSource I have tried to navigate through every conceivable error on this mailing list archive to resolve the issues I have encountered while compiling it from source. The set of commands I am us