Hi, I'm a new user of chameleon. I'm running into some problems when I try to run the sample app outlined in the developers guide. Here's the error I'm getting. I hope someone can point me in the right direction. from the httpd error log: [client 127.0.0.1] PHP Warning: [MapServer Error]: loadProjection(): Projection support is not available.\n in /var/www/html/mapserver/chameleon/htdocs/common/wrapper/map_session.php on line 215 [client 127.0.0.1] PHP Warning: Failed to open map file /var/www/html/mapserver/myapp/map/chameleon.map in /var/www/html/mapserver/chameleon/htdocs/common/wrapper/map_session.php on line 215 [client 127.0.0.1] PHP Fatal error: Call to a member function on a non-object in /var/www/html/mapserver/chameleon/htdocs/widgets/MapDHTML/MapDHTML.widget.php on line 207 Thanks _______________________________________________ Mapserver-west mailing list [hidden email] http://lists.maptools.org/mailman/listinfo/mapserver-west |
Hello, Do you have Proj.4 installed? And did you build mapserver from source yourself? Tyler On 5-Feb-07, at 9:50 AM, [hidden email] wrote:
_______________________________________________ Mapserver-west mailing list [hidden email] http://lists.maptools.org/mailman/listinfo/mapserver-west |
I install mapserver from a tar file. I just did rpm -q for proj4 and didn't have it installed. just installed it- do I have to reinstall mapserver with the --with-proj tag? Thanks again, Ian
Hello, Do you have Proj.4 installed? And did you build mapserver from source yourself? Tyler On 5-Feb-07, at 9:50 AM, ismith@... wrote: Hi, I'm a new user of chameleon. I'm running into some problems when I try to run the sample app outlined in the developers guide. Here's the error I'm getting. I hope someone can point me in the right direction. from the httpd error log: [client 127.0.0.1] PHP Warning: [MapServer Error]: loadProjection(): Projection support is not available.\n in /var/www/html/mapserver/chameleon/htdocs/common/wrapper/map_session.php on line 215 [client 127.0.0.1] PHP Warning: Failed to open map file /var/www/html/mapserver/myapp/map/chameleon.map in /var/www/html/mapserver/chameleon/htdocs/common/wrapper/map_session.php on line 215 [client 127.0.0.1] PHP Fatal error: Call to a member function on a non-object in /var/www/html/mapserver/chameleon/htdocs/widgets/MapDHTML/MapDHTML.widget.php on line 207 Thanks _______________________________________________ Mapserver-west mailing list [hidden email] http://lists.maptools.org/mailman/listinfo/mapserver-west _______________________________________________ Mapserver-west mailing list [hidden email] http://lists.maptools.org/mailman/listinfo/mapserver-west |
It sounds like you compiled (configure and make) your mapserver install yourself? If so, then yes, try --with-proj. But sometimes your error just means that mapserver can't find proj4 even though it already supports it.
Tyler On 6-Feb-07, at 11:19 AM, [hidden email] wrote:
_______________________________________________ Mapserver-west mailing list [hidden email] http://lists.maptools.org/mailman/listinfo/mapserver-west |
Free forum by Nabble | Edit this page |