PHP MapScript installation problem

Jussi Rasinmäki jussi.rasinmaki at HELSINKI.FI
Thu Feb 10 12:43:26 EST 2005


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



More information about the mapserver-users mailing list