<div>Hi there!</div>
<div>         I'm installing Map server version 5.0.x in my Unix (solaris Intel) server.</div>
<div>I installed apache built-in and mysql and php 4.4.7</div>
<div>Then download and install map server by compiling:</div>
<div> </div>
<div><font face="Times New Roman" size="3">>./configure --with-gd=/usr/local --with-freetype=/usr/local --with-zlib=/usr/local --with-png=/usr/local --with-jpeg=/usr/local --with-tiff=/usr/local --enable-perlv-ld-detect --with-proj --with-ogr=/usr/local --with-tiff=/usr/local --with-libiconv=/usr --with-xml2-config=/usr/bin/xml2-config --with-php=/usr/local/include/php --with-gdal=/usr/local/bin/gdal-config</font></div>

<div><br clear="all"><br>and </div>
<div> </div>
<div>>make</div>
<div> </div>
<div>and then, to load the php_mapscript.so, copy that file into my web folder cp <span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">mapscript/php3/php_mapscript.so /webfolder</span></div>

<div><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">and runt he script to test.</span></div>

<div><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"></span> </div>

<div><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><pre>
<font size="2"><HTML></font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span><BODY></font></pre><pre><font size="2"> </font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span><?php </font></pre>
<pre><font size="2"><span style="mso-spacerun: yes">    </span>if (PHP_OS == "WINNT" || PHP_OS == "WIN32")</font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span>{</font></pre><pre>
<font size="2"><span style="mso-spacerun: yes">      </span>dl("php_mapscript.dll");</font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span>}</font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span>else</font></pre>
<pre><font size="2"><span style="mso-spacerun: yes">    </span>{</font></pre><pre><font size="2"><span style="mso-spacerun: yes">      </span>dl("php_mapscript.so");</font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span>}</font></pre>
<pre><font size="2"><span style="mso-spacerun: yes">    </span>phpinfo();</font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span>?></font></pre><pre><font size="2"> </font></pre><pre><font size="2"><span style="mso-spacerun: yes">   </span></BODY></font></pre>
<pre><font size="2"><span style="mso-spacerun: yes">   </span></HTML></font></pre><pre><font size="2">But the map script information is not showing in php info file.</font></pre><pre><font size="2">How to fix the problem?</font></pre>
<pre><font size="2">Please help me.</font></pre><pre><font size="2"></font> </pre></span></div>