Mapscript issues... {Scanned}
Siki Zoltan
siki at AGT.BME.HU
Tue Dec 28 10:04:50 PST 2004
Hi,
Check your php_mapscript.so using ldd
ldd php_mapscript.so
You will get a list of loadable libraries which the mapscript depends on.
Probably the libgd missing or the version is old or the directory of
the so file is not in the /etc/ld.so.conf file, see man ldconfig.
I hope it helps you.
Bye
Zoltan
On Tue, 28 Dec 2004, Jeff Portwine wrote:
> I'm brand new to mapserver and mapscript and am just starting to attempt to learn how to use it. I got it all installed, I believe correctly. I decided to start with the "Simple Recipes" scripts as a starting point to figuring everything out, but when I run the first example, hello.phtml I get an Internal Server Error. Looking at the error logs, I see:
>
> /usr/local/apache2/cgi-bin/php: relocation error: /var/php/extensions/php_mapscript.so: undefined symbol: gdImageGifCtx
>
> This is with mapserver-4.4.0 and php-4.3.4 under RedHat 9.0 if that helps.
>
> When I do a test with phpinfo, I do see the mapscript extension listed properly and as far as I can tell I have everything installed properly. Does anybody have any suggestions on what the problem might be, and any links that might help smooth the learning curve would be appreciated as well. Thanks!
>
> -Jeff
>
More information about the MapServer-users
mailing list