Dear all,<br>I am trying to install mapserver version 4.8.1 in windows 2000 system. I have loaded WAMP5 (window's Apache 2, MySQL 5 and Php 5). I downloaded the file &quot;mapserver-4.8.1-win32-php4.4.2.zip&quot;. As per the installation instruction, I copied the dll files in the extentions directory in php. Unzipped the files in the directory C:\mapserver_binaries. And configured the path variable in windows. I also download the example &quot;itasca&quot; and copied it to the &quot;c:\wamp\www&quot;, This is the localhost directory in WAMP. And changed the paramenter accordingly in the demo file. Now I have 2 problems.
<br><br>1. Sample code with &quot;itasca&quot; is not working. It gives me error &quot;firefox do not know how to open this address, because the protocol(c) isn't associated with any program&quot;. So I thought my mapserver is not installed properly. 
<br><br>2. So I copied the sample code given in the documention section of mapserver. The code is as follows.<br>&lt;HTML&gt;<br>&lt;BODY&gt;<br>&lt;?php<br>if (PHP_OS == &quot;WINNT&quot; || PHP_OS == &quot;WIN32&quot;)<br>
&nbsp; {<br>&nbsp;&nbsp;&nbsp; dl(&quot;php_mapscript_48.dll&quot;);<br>&nbsp;&nbsp;&nbsp; print(&quot;This is coming here&quot;);<br>&nbsp; }<br>&nbsp; else<br>&nbsp; {<br>&nbsp;&nbsp;&nbsp; dl(&quot;php_mapscript.so&quot;);<br>&nbsp; }<br>&nbsp; phpinfo();<br>?&gt;<br><br>&lt;/BODY&gt;<br>&lt;/HTML&gt;
<br><br>when I execute this code I get error Warning: &quot;dl() [function.dl]: Not supported in multithreaded Web servers - use extension=php_mapscript_48.dll in your php.ini in C:\wamp\www\sample.php on line 10 &quot; Now I do not know, whether the mapserver is configured properly or not. 
<br><br>I am trying to configure Mapserver from some time, but I am not getting any success. Can anybody help me in giving some useful suggestion.?&nbsp; Any help is appreciated.<br><br>Narayani<br><br>