Changes between Initial Version and Version 11 of Ticket #1064


Ignore:
Timestamp:
Jul 1, 2011, 9:48:56 PM (13 years ago)
Author:
robe
Comment:

Bborie,

I apologize for the waste of time. I figured out what is different about my 8.4. I had an extra line in my Pg 8.4 database launch script that had:

@SET GDAL_DATA=C:\projects\gdal\rel-trunk\share\gdal

That folder has a bunch of transform csv files. It was alsoo at a time when I rebuilt GDAL so could also be a permission issue with that folder.

and it was giving errors like the below in the log when transform was done ERROR 6: Unable to load PROJ.4 library ("libproj.dll"), creation of OGRCoordinateTransformation failed.

Not sure why that line even matters unless they are proj 4.7 specific files and somehow force proj to override its standard behavior.

Anyrate we didn't have it in our 9.0 and 9.1 pg launch scripts. Once I got rid of that line all worked fine. I'm not sure though what happens if people have that in their global environment variables. They might run into the same issues I suppose as I think PostgreSQL pays attention to environment variables.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1064

    • Property Owner changed from pracine to Bborie Park
    • Property Priority mediumblocker
    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #1064 – Description

    initial v11  
    44
    55Anyrate attached is the regress failure.
     6