[mapguide][MG428][Modified] Coordinate system libraries fail to initialize in web tier

Bruce Dechant bruce.dechant at autodesk.com
Tue Oct 17 19:10:15 EDT 2006


You can view the artifact detail at the following URL:

    https://mapguide.osgeo.org/servlets/Scarab/id/MG428

Type:
Defect

Artifact ID:
MG428 (Coordinate system libraries fail to initialize in web tier)

Modified by:
Bruce Dechant
brucedechant (bruce.dechant at autodesk.com)

The following modifications were made to this artifact:
---------------------------------------------------------------------

-- Description set to new value:
Old value:
PROJ4 and GDAL require access to certain environment variables in order to function correctly.

They currently fail to read this settings correctly.

For Apache the following changes are required to http.conf:

SetEnv PROJ_LIB "Set to PROJ4 nad folder"
SetEnv GDAL_DATA "Set to GDAL data folder"

Add the following environment variables to the FastCgiServer entry in the http:conf:

-initial-env PROJ_LIB=PROJnadfolder
-initial-env GDAL_DATA=GDALdatafolder

Note: When setting the environment variables using "-initial-env" you cannot use spaces or enclose the folder in quotes or double quotes.


New value:
PROJ4 and GDAL require access to certain environment variables in order to function correctly.

They currently fail to read this settings correctly.

For Apache the following changes are required to http.conf:

SetEnv PROJ_LIB "Set to PROJ4 nad folder"
SetEnv GDAL_DATA "Set to GDAL data folder"

Add the following environment variables to the FastCgiServer entry in the http:conf:

-initial-env PROJ_LIB=PROJ4nadfolder
-initial-env GDAL_DATA=GDALdatafolder

Note: When setting the environment variables using "-initial-env" you cannot use spaces or enclose the folder in quotes or double quotes.





---------------------------------------------------------------------
This message was automatically generated by Project Tracker.








More information about the Mapguide_issues mailing list