<div>Hi there!</div>
<div>         I&#39;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">&gt;./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>&gt;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: &#39;Times New Roman&#39;,&#39;serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; 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: &#39;Times New Roman&#39;,&#39;serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; 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: &#39;Times New Roman&#39;,&#39;serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; 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: &#39;Times New Roman&#39;,&#39;serif&#39;; mso-fareast-font-family: &#39;Times New Roman&#39;; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><pre>
<font size="2">&lt;HTML&gt;</font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span>&lt;BODY&gt;</font></pre><pre><font size="2"> </font></pre><pre><font size="2"><span style="mso-spacerun: yes">    </span>&lt;?php </font></pre>
<pre><font size="2"><span style="mso-spacerun: yes">    </span>if (PHP_OS == &quot;WINNT&quot; || PHP_OS == &quot;WIN32&quot;)</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(&quot;php_mapscript.dll&quot;);</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(&quot;php_mapscript.so&quot;);</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>?&gt;</font></pre><pre><font size="2"> </font></pre><pre><font size="2"><span style="mso-spacerun: yes">   </span>&lt;/BODY&gt;</font></pre>
<pre><font size="2"><span style="mso-spacerun: yes">   </span>&lt;/HTML&gt;</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>