<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Tamas,
<div>I changed the PROJ_LIB to the correct directory, and that fixed that problem.  Now I'm having trouble getting some of the gdal dlls to run.  I've tried several raster sets, including Natural Earth, and Blue Marble, and I get the errors below.  These errors
 also appear at the top of the GetCapabilities document.  I was able to get a vector set (Natural Earth State Boundaries) to return a proper image so at least that's some progress.  Any suggestions on getting this working would be appreciated.</div>
<div>Thanks,<br>
James</div>
<div><br>
</div>
<div>
<pre style="word-wrap: break-word; white-space: pre-wrap;">ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_BAG.dll
126: The specified module could not be found.
ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_GMT.dll
126: The specified module could not be found.
ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_GMT.dll
126: The specified module could not be found.
ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_HDF5.dll
126: The specified module could not be found.
ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_HDF5.dll
126: The specified module could not be found.
ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_HDF5Image.dll
126: The specified module could not be found.
ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_HDF5Image.dll
126: The specified module could not be found.
ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_netCDF.dll
126: The specified module could not be found.
ERROR 1: Can't load requested DLL: C:\Program Files\MapServer\gdalplugins\gdal_netCDF.dll
126: The specified module could not be found.</pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><br></pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><br></pre>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><br></pre>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF506060" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> Tamas Szekeres [szekerest@gmail.com]<br>
<b>Sent:</b> Sunday, March 16, 2014 2:28 AM<br>
<b>To:</b> EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE<br>
<b>Cc:</b> mapserver-users@lists.osgeo.org<br>
<b>Subject:</b> Re: [mapserver-users] Migrating from MS4W to GISInternals<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">You should probably set <span style="color:rgb(0,0,0); font-family:Tahoma">CONFIG PROJ_LIB to a valid directory (in the map file) containing the projection support files.</span>
<div><br>
</div>
<div><span style="color:rgb(0,0,0); font-family:Tahoma">Tamas</span></div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2014-03-16 0:30 GMT+01:00 EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE
<span dir="ltr"><<a href="mailto:james.evans.4@us.af.mil" target="_blank">james.evans.4@us.af.mil</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div style="direction:ltr; font-size:10pt; font-family:Tahoma">
<div><font>Good deal.  I had to enable cgi extensions under IIS.  Anyway, now I'm having trouble with my map file.  I get this error:</font></div>
<div><font><br>
</font></div>
<div><span style=""><font><b>msProcessProjection(): Projection library error. proj error "Permission denied" for "init=epsg:4326"</b></font></span></div>
<div><span style=""><font><br>
</font></span></div>
<div><span style=""><font>Here's my map file.  I'm just trying to get Natural Earth working to begin with.  Why wouldn't this version recognize 4326?  If I take out the init statement, I get an error saying I have to have a projection at the top level.</font></span></div>
<div><span style=""><font>Thanks,<br>
James</font></span></div>
<div><span style=""><font><br>
</font></span></div>
<div><span style=""><font><br>
</font></span></div>
<div><span style=""><font><br>
</font></span></div>
<div><span style=""><font>
<div>MAP</div>
<div>   NAME "RADESWMS"</div>
<div>   EXTENT -180 -90 180 90</div>
<div>   SIZE 512 512</div>
<div>   UNITS DD</div>
<div>   IMAGECOLOR 0 0 0</div>
<div>   #CONFIG PROJ_LIB "/ms4w/proj/nad/"</div>
<div><br>
</div>
<div> </div>
<div>   WEB</div>
<div>      #IMAGEPATH "/ms4w/tmp/ms_tmp/"</div>
<div>      #TEMPLATE "/ms4w/Apache/htdocs/dummy_template.html"</div>
<div>      METADATA</div>
<div>         "wms_title" "RADES_WMS"</div>
<div>         "wms_name" "84RADES_WMS"</div>
<div>         #"wms_onlineresource" "<a href="http://localhost/cgi-bin/radeswms.exe?SERVICE=WMS" target="_blank">http://localhost/cgi-bin/radeswms.exe?SERVICE=WMS</a>"</div>
<div>         "wms_srs" "EPSG:4326"</div>
<div>         "wms_extent" "-180 -90 180 90"</div>
<div>         "Wms_enable_request" "*"</div>
<div>      END</div>
<div>   END</div>
<div><br>
</div>
<div><br>
</div>
<div>   PROJECTION</div>
<div>      "init=epsg:4326"</div>
<div>   END</div>
<div><br>
</div>
<div>   LAYER</div>
<div>      NAME "NaturalEarth"</div>
<div>      METADATA</div>
<div>         "wms_title" "NaturalEarth"</div>
<div>         "wms_name" "NaturalEarth"</div>
<div>         "wms_extent" "-180 -90 180 90"</div>
<div>         "wms_srs" "ESPG:4326"</div>
<div>         "wms_style" "Default"</div>
<div>      END</div>
<div>      STATUS ON</div>
<div>      TYPE RASTER</div>
<div>      TILEINDEX "d:\\MapData\\NaturalEarthCrossBlend\\NaturalEarth"</div>
<div>      TILEITEM "LOCATION"</div>
<div>      #PROJECTION</div>
<div>      #   "init=epsg:4326"</div>
<div>      #END</div>
<div>   End</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>END</div>
<div><br>
</div>
</font></span></div>
<div><br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>