comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » GDAL spawn library conflict
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
GDAL spawn library conflict [message #92466] Tue, 22 December 2015 14:23 Go to previous message
Christopher Anderson is currently offline  Christopher Anderson
Messages: 3
Registered: November 2015
Junior Member
Hello,

I am trying to use IDL's spawn to call OGR/GDAL binaries but am experiencing some conflicts in the libraries IDL points to. It will call the executable I want, but it finds OGR/GDAL library references that were not part of the current GDAL build. They appear to be the ones that come installed with IDL. An example:

$ ogrinfo -al all_calibration_plots.shp | head -5
INFO: Open of `all_calibration_plots.shp'
using driver `ESRI Shapefile' successful.

Layer name: all_calibration_plots
Geometry: Polygon
Feature Count: 81

$ idl
IDL> spawn,'ogrinfo -al all_calibration_plots.shp | head -5'
ogrinfo: /usr/local/itt/idl/idl80/bin/bin.linux.x86_64/libgdal.so.1: no version information available (required by ogrinfo)
ERROR 1: ogrinfo was compiled against GDAL 1.10 but current library version is 1.6

Any way to get around this? I'm guessing its a path reference we need to change somewhere.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: round to x number of decimals within floating point value?
Next Topic: legends with two different symbols at one line

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:40:32 PDT 2025

Total time taken to generate the page: 0.00376 seconds