Something else also happened with the PHP Mapscript build. Configure is not setting the correct PHP_LD now. I'm getting:

g++ -dynamiclib -single_module -flat_namespace -undefined suppress

when for Mac OS X, a php module should use (as in previous mapserver versions):

g++ -bundle -flat_namespace -undefined suppress

As a dynamiclib, php_mapscript fails to load. After manually changing it to a bundle in the makefile, php_mapscript loads.

-----
William Kyngesburye <[EMAIL PROTECTED]>
http://www.kyngchaos.com/

"History is an illusion caused by the passage of time, and time is an illusion caused by the passage of history."

- Hitchhiker's Guide to the Galaxy

Reply via email to