PHP MapScript installation problem

Carlos Eduardo Sibaja Salazar carloseduardo at COSTARRICENSE.CR
Thu Feb 10 15:06:05 EST 2005


Lo que tienes que hacer es correr primero un script que solo ejecute la instrucción
phpinfo(), de esta manera:
<html>
   <?php
      phpinfo();
   ?>
</html>
Si eso funciona entonces verás una serie de tablas con información sobre php. Busca donde
dice: "Configuration File (php.ini) Path", y asegúrate de copiar el archivo php.ini en esa
dirección.

Luego de eso ya puedes agregar la instrucción "dl(php_mapscript.so)" en el script.

Suerte.

----- Mensaje original -----
De: jussi.rasinmaki at HELSINKI.FI
Enviado: Jue 10/02/2005 12:05:43 AM
Asunto:  [UMN_MAPSERVER-USERS] PHP MapScript installation problem

Hi,

I've tried to install Mapserver with PHP Mapscript on Whitebox Linux 3, but
have run into difficulties with PHP and php_mapscript.so.
dl("php_mapscript.so") returns the following warning:
Warning: dl(): Unable to load dynamic library
'/usr/local/php/extensions/php_mapscript.so' - libclntsh.so.10.1: cannot
open shared object file: No such file or directory in /var/www/html/info.php
on line 7

PHP 4.3.10 is installed using the following configuration:
/configure --enable-shared --with-jpeg-dir=/usr --with-png-dir=/usr --with-
zlib --with-gd=/usr/local --with-freetype-dir=/usr --enable-force-cgi-redire
ct --with-config-file-path=/usr/local/php/ --prefix=/usr/local/php

and the php.ini in /user/local/php has the following line:
extension_dir = "/usr/local/php/extensions/"

Mapserver is configured as:
/configure --without-tiff --without-eppl --with-threads --with-proj --with-
gdal --with-oraclespatial=/opt/app/oracle/product/10.1.0/Db_1 --with-php=/op
t/app/mapserver/mapserver_libs/php-4.3.10 --with-gd=/usr/local  --with-freet
ype=/usr/bin --with-wmsclient

and the built php_mapscript.so is copied to /usr/local/php/extensions

However, php-config --extension-dir returns
/usr/local/php/lib/php/extensions/no-debug-non-zts-20020429
which is a non-existing directory.

What went wrong?

Thanks,
Jussi Rasinmäki


_______________________________________
Yo me registré en www.costarricense.cr



More information about the mapserver-users mailing list