[UMN_MAPSERVER-USERS] wrong with "php_mapscript.so"

Skweda O'Bomsawin sobomsawin at KASSINI.COM
Thu Aug 12 13:24:45 EDT 2004


Hi Ahmet!

Did you try that:

To verify that PHP and PHP/Mapscript were installed properly, create a
'.php' file containing the following code and try to access it through your
web server: 

    <HTML>
    <BODY>

    <?php 
    if (PHP_OS == "WINNT" || PHP_OS == "WIN32")
    {
      dl("php_mapscript.dll");
    }
    else
    {
      dl("php_mapscript.so");
    }
    phpinfo();
    ?>

   </BODY>
   </HTML>
                	
If PHP and PHP/Mapscript were installed properly, several tables should be
displayed on your page, and 'Mapscript' should be listed in the 'Extensions'
table.

You can find these informations on the Mapserver web page
http://mapserver.gis.umn.edu/doc/phpmapscript-install-howto.html

Cheers!

Skweda


-----Message d'origine-----
De : UMN MapServer Users List [mailto:MAPSERVER-USERS at LISTS.UMN.EDU] De la
part de temiz
Envoyé : 11 août 2004 03:07
À : MAPSERVER-USERS at LISTS.UMN.EDU
Objet : [UMN_MAPSERVER-USERS] wrong with "php_mapscript.so"

hello

I want to run mapserver with php.
But it seem to be something wrong with "php_mapscript.so".  It recides in
/usr/local/lib/php/extensions.

dl("php_mapscript.so") is not functioning

How can I know whether it has been compiled properly works functionally ?


regards

Ahmet Temiz


______________________________________
Inflex - installed on mailserver for domain @deprem.gov.tr
Queries to: postmaster at deprem.gov.tr

______________________________________
The views and opinions expressed in this e-mail message are the sender's own
and do not necessarily represent the views and the opinions of Earthquake
Research Dept.
of General Directorate of Disaster Affairs.

Bu e-postadaki fikir ve gorusler gonderenin sahsina ait olup, yasal olarak
T.C.
B.I.B. Afet Isleri Gn.Mud. Deprem Arastirma Dairesi'ni baglayici nitelikte
degildir.

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.735 / Virus Database: 489 - Release Date: 2004-08-06
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.735 / Virus Database: 489 - Release Date: 2004-08-06
 



More information about the mapserver-users mailing list