Hi,

This is my first time using p.mapper but I have a few
months using mapscript.

I have a problem using MS4W 2.2 and p.mapper 3

I have:
MapServer version 4.10.0 
Apache 2.2.3 
PHP 5.1.6 

When I click on the Examples how to start the
application from hyperlinks I receive:

**************
Warning: dl() [function.dl]: Unable to load dynamic
library '/ms4w/Apache/php/ext/php_mapscript_410.dll'
-in D:\ms4w\Apache\htdocs\pmapper3\incphp\globals.php
on line 49

Fatal error: Call to undefined function ms_newMapObj()
in D:\ms4w\Apache\htdocs\pmapper3\incphp\globals.php
on line 59
**************

this is the code involved:
47 $msVersion = $_SESSION['msVersion']; 
48 if (!extension_loaded('MapScript')) {
49     dl("php_mapscript_$msVersion." .
PHP_SHLIB_SUFFIX);
50 }


I believe this is important:
message say php_mapscript_410.dll
I have MapServer version 4.10.0 and this is the dll
file name php_mapscript_4.10.0.dll

How is p.mapper receiving 410 value if mapserver is
4.10.0 ?

Any ideas how to fix this ?

Thanks

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to