[Mapserver-users] PHP - getExteriorRing__10OGRPolygon error

Thorsten Fischer thfischer at mapmedia.de
Wed May 21 10:22:44 EDT 2003


On Tue, 2003-05-20 at 16:54, marcos aurelio souza wrote:
> Hi,
> 
> I get this error with PHP mapscript when a try to make a 
> dl("php_mapscript.so").
> 
> Unable to load dynamic library '/usr/lib/php4/php_mapscript.so' - 
> /usr/lib/php4/php_mapscript.so: undefined symbol: 
> getExteriorRing__10OGRPolygon

It is likely that you do not have libgdal.1.so in your runtime library
path. You either want to add the directory where the library resides to
your /etc/ld.so.conf and run ldconfig once, or use the LD_LIBRARY_PATH
environment variable.

> I believe it somehow relates to OGR.

Very much so.


hth,

thorsten




More information about the mapserver-users mailing list