<div>Hi there!</div>
<div>    I installed the map server in my solaris server together with apache, mysql and php.</div>
<div>I downloaded mapserver php script version 5.0.x and compiled it there with the option:</div>
<div><font face="Times New Roman" size="3"></font> </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> </div>
<div>&gt;make</div>
<div> </div>
<div>Before installed, I already downloaded all the necessary packages and installed.</div>
<div>After that copied php_mapscript.so to web folder folder as we do &#39;nt want to use cgi .</div>
<div>But when we check the map.php file it soean&#39;t showing anything.</div>
<div>I loaded the script like this:</div>
<div> </div>
<div><pre><font size="4">&lt;?php </font></pre><pre><font size="4"><span style="mso-spacerun: yes">    </span>if (PHP_OS == &quot;WINNT&quot; || PHP_OS == &quot;WIN32&quot;)</font></pre><pre><font size="4"><span style="mso-spacerun: yes">    </span>{</font></pre>
<pre><font size="4"><span style="mso-spacerun: yes">      </span>dl(&quot;php_mapscript.dll&quot;);</font></pre><pre><font size="4"><span style="mso-spacerun: yes">    </span>}</font></pre><pre><font size="4"><span style="mso-spacerun: yes">    </span>else</font></pre>
<pre><font size="4"><span style="mso-spacerun: yes">    </span>{</font></pre><pre><font size="4"><span style="mso-spacerun: yes">      </span>dl(&quot;php_mapscript.so&quot;);</font></pre><pre><font size="4"><span style="mso-spacerun: yes">    </span>}</font></pre>
<pre><font size="4"><span style="mso-spacerun: yes">    </span>phpinfo();</font></pre><pre><font size="4"><span style="mso-spacerun: yes">    </span>?&gt;</font></pre></div>
<div> But still doesn&#39;t work.</div>
<div> </div>
<div>Then I changed my configure option like this:</div>
<div> </div>
<div><font face="Times New Roman" size="3">./configure --with-php=/usr/local/include/php --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 <span style="mso-spacerun: yes"> </span>--with-tiff=/usr/local</font></div>

<div> </div>
<div>and did the same way that I did in the above stage but it doesn&#39;t work either.</div>
<div>Please give me an advice.</div>
<div>I&#39;m not expert in using map server.</div>
<div>Please help me.</div>
<div>Thanks in advance.</div>
<div> </div>
<div> </div>
<div><br clear="all"><br> </div>