Ok, so I added it to php.ini instead, and now Im getting this error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/php_mapscript.so' - /usr/lib/php/modules/php_mapscript.so: undefined symbol: php_gd_gdImageCopy in Unknown on line 0
Im guessing gd needs to load first. Any ideas on how to fix this? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Shawn Gervais Sent: 2009-04-10 12:27 AM To: [email protected] Subject: Re: [mapserver-users] error loading php_mapscript.so on apache start > However, trying to load the module at apache startup (by adding it to > httpd.conf, "LoadModule.") fails with the following error: That's because php_mapscript.so is not an Apache module, it is a PHP module. If you want to load the php_mapscript module automatically when Apache starts, you need to load it from php.ini -S _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
