[mapserver-users] Installing PHP Mapscript
Brian Fischer
bfischer at mpls.houstoneng.com
Mon Oct 22 09:18:59 PDT 2001
Thanks Assefa and Chip. Your suggestions did the trick. I must have
missed your original email in the archives.
Brian
-----Original Message-----
From: Assefa Yewondwossen [mailto:assefa at dmsolutions.ca]
Sent: Monday, October 22, 2001 10:04 AM
To: Brian Fischer
Cc: mapserver-users at lists.gis.umn.edu
Subject: Re: [mapserver-users] Installing PHP Mapscript
Hi There,
I think your problem is that you do not have the dll's related to
libwww. Here is an e-mail sent earlier that should hopefully solve your
problem :
......
I realized that I had in my compilation a link to the libwww libarary
(which is used for the WMS CLIENT in
mapserver). There is a need to have some dll's related to libwww for
this version to work properly. I have placed 2
zip files :
-
http://www2.dmsolutions.ca/mapserver/dl/php4.0.6_php_mapscript_35.zip :
with no libwww support.
-
http://www2.dmsolutions.ca/mapserver/dl/php4.0.6_php_mapscript_35_libwww
.zip : with libwww support
Please use the one without the libwww support and it should resolve the
problem.
.......
Best Regards,
Brian Fischer wrote:
Hi list,
I am trying to install PHP4.0.6 and MapServer/MapScript 3.5 on a
Microsoft IIS 5.0 Server.
I was wondering if anyone has any insight to what may be wrong
with my setup.I downloaded the mapscript zip file from
http://www2.dmsolutions.ca/mapserver/dl/php4.0.6_php_mapscript_35_libwww
.zip.I followed the install instructions and the How_to's and can not
seem to see what is causing this error.I seem to have all of the names
right.I also searched the archive and all of the messages about this
subject point to incorrect version of mapscript with the version of php,
but I seem to have that right.PHP seems to work fine, but it does not
find the mapscript .dll.
The .dll file is in c:\php\extensions\php_mapscript_35.dll
My php.ini file looks like:
; Directory in which the loadable extensions (modules) reside.
extension_dir = c:\php\extensions\
The Php script looks like:
<HTML>
<BODY>
<?php
if (PHP_OS == "WINNT" || PHP_OS == "WIN32")
{
dl("php_mapscript_35.dll");
}
else
{
dl("php_mapscript_35.so");
}
phpinfo();
?>
</BODY>
</HTML>
And I get this error:
Warning: Unable to load dynamic library
'c:\php\extensions\php_mapscript_35.dll' - The specified module could
not be found. inc:\inetpub\wwwroot\projects\phpinfo_mapscript.php on
line 8
Here is the results page:
http://www.houstoneng.com/projects/phpinfo_mapscript.php
Any ideas?
Thanks,
Brian
Brian Fischer
Houston Engineering, Inc.
--
----------------------------------------------------------------
Assefa Yewondwossen
Software Analyst
Email: assefa at dmsolutions.ca
http://www.dmsolutions.ca/
Phone: (613) 565-5056
Fax: (613) 565-0925
----------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20011022/4e353e29/attachment.htm>
More information about the MapServer-users
mailing list