I figured out why it stopped working, then started working again - I had 
disabled GDAL 1.9 (OS X framework), which has OGDI libraries bundled in it.  My 
OGDI library was built when 1.9 was current, and I just changed the library 
loader (system) paths to bundle it with GDAL 1.10.  I didn't realize that OGDI 
also has its own path hardwired into it to find the modules, and it's a full 
path, not relative.

After restoring GDAL 1.9, OGDI worked again from GDAL 1.10 (but it still 
probably has the libdtusa issue, if ever used).

So, I DO need to rebuild OGDI to update the module path, so GDAL 1.10 doesn't 
need 1.9.


On Aug 4, 2013, at 11:26 PM, Frank Warmerdam wrote:

> William,
> 
> Interesting point.  It would appear I'll need to do a few small fixes to OGDI 
> to keep it building, though I normally just work around the projects.h one.  
> In fact, I'm only vaguely familiar with the existance and role of libdtusa.so 
> so perhaps that has been broken for a while too.
> 
> Best regards,
> Frank
> 
> 
> On Sun, Aug 4, 2013 at 11:44 AM, William Kyngesburye <wokl...@kyngchaos.com> 
> wrote:
> Odd, it's working now.  Though I'm guessing that it will fail if it tries to 
> load libdtusa.so to do a datum transform (or whatever it does with 
> libdtusa.so).  Is this even possible from GDAL?
> 
> On Aug 4, 2013, at 12:23 AM, William Kyngesburye wrote:
> 
> > When doing some dependency updating for my GDAL I noticed that OGDI stopped 
> > working, and it looks like it's because of a change in PROJ 4.8 - not only 
> > was the projects.h removed from installation, but the nad_init call changed 
> > (ie binary incompatibility).
> >
> > There hasn't been a release since the 3.2 beta 2 in 2008, and neither has 
> > the cvs source on Sourceforge been updated.  There is a bug report there 
> > about this PROJ issue from over a year ago.
> >
> > Will this ever be fixed?  Is there a simple patch to fix it?
> >
> 
> -----
> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
> http://www.kyngchaos.com/
> 
> All generalizations are dangerous, even this one.
> 
> 
> 
> 
> 
> -- 
> ---------------------------------------+--------------------------------------
> I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
> light and sound - activate the windows | http://pobox.com/~warmerdam
> and watch the world go round - Rush    | Geospatial Software Developer
> _______________________________________________
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

"The beast is actively interested only in now, and, as it is always now and 
always shall be, there is an eternity of time for the accomplishment of 
objects."

- the wisdom of Tarzan





_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to