I downloaded FGS - Development MapServer and installed it as described at:<br><br><a href="http://mapserver.gis.umn.edu/development/release_plans/mapserver_5_0/fgs-msx-5.0/">http://mapserver.gis.umn.edu/development/release_plans/mapserver_5_0/fgs-msx-5.0/
</a><br><br>The installation went well and I was able to display maps through a mapserver HTML initialization interface and a ka-map interface, which used PHP mapscripts. However, I had problems using a Python mapscript, which produced the following error:
<br><br>Traceback (most recent call last):<br>&nbsp; File &quot;/opt/fgs/www/cgi-bin/MDI.py&quot;, line 3, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; import mapscript<br>&nbsp; File &quot;/opt/fgs/www/lib/python2.4/mapscript.py&quot;, line 6, in &lt;module&gt;
<br>&nbsp;&nbsp;&nbsp; import _mapscript<br>ImportError: /opt/fgs/www/lib/python2.4/_mapscript.so: wrong ELF class: ELFCLASS32<br>[Tue Jul 31 22:47:21 2007] [error] [client <a href="http://127.0.0.1">127.0.0.1</a>] Premature end of script headers: /opt/fgs/www/cgi-bin/MDI.py
<br><br>I use a x86_64 machine, so is there a lib64 version of FGS _mapscript.so?<br><br>Jim<br>