Install and Configure FAQ
Submitted by Admin on Sat, 2006-12-09 01:40.
- What are the minimum system requirements for MapGuide Open Source?
- Is PHP required to use MapGuide Open Source? If so why and for what?
- What version of PHP works with MapGuide Open Source?
- Can multiple PHP versions co-exist on the same machine with MapGuide Open Source installed?
- What Linux distributions has MapGuide Open Source been built and tested on?
- What versions of GCC has MapGuide Open Source been compiled with?
- Can I run MapGuide 6.x and MapGuide Open Source in the same environment?
- Does MapGuide Open Source run on Windows XP?
- Can I install MapGuide Open Source on my D: drive?
- 1. What are the minimum system requirements for MapGuide Open Source?
- The system requirements for running MapGuide Open Source are documented here: Requirements.
- 2. Is PHP required to use MapGuide Open Source? If so why and for what?
- Yes, PHP is always required. PHP is required by the MapGuide Web Server Extensions for the Site Administration web application which is written in PHP. In addition the MapGuide Servers command line utilities for backing up and restoring the resource database are written in PHP.
- 3. What version of PHP works with MapGuide Open Source?
- PHP 5.2.1.
- 4. Can multiple PHP versions co-exist on the same machine with MapGuide Open Source installed?
- Yes, with PHP bundled configuration option, MapGuide Open Source will use the PHP version included with it irrespective of other PHP versions on the system.
- 5. What Linux distributions has MapGuide Open Source been built and tested on?
- MapGuide Open Source has been built and tested on Red Hat Enterprise 4.0 and Fedora Core 6. We would like to expand this list and invite developers to help us in that effort.
- 6. What versions of GCC has MapGuide Open Source been compiled with?
- At this point MapGuide Open Source has been compiled successfully with GCC 3.4.6 and 4.1.1. It may compile with other versions as well, but these are the ones we know work.
- 7. Can I run MapGuide 6.x and MapGuide Open Source in the same environment?
- Yes. Previous versions of MapGuide and MapGuide Open Source can co-exist on the same machine.
- 8. Does MapGuide Open Source run on Windows XP?
- Yes, but it's not recommended with IIS. The MapGuide Viewers make multiple simultaneous requests that can easily exceed the default limit set for the personal version of IIS included with XP. MapGuide Open Source runs fine on Windows XP using the Apache Web Server.
- 9. Can I install MapGuide Open Source on my D: drive?
- Yes. First run from the command line window:
MgServerSetup.exe "/V INSTALLDIR=D:\Server"
Then select another folder for the WebExtensions by entering the following at the command line:
MgWebServerExtensionsSetup.exe "/V INSTALLDIR=D:\Web"
Ensure that the server and WebExtensions are installed into separate folders. Some of the documentation on MapGuide Open Source assumes a default installation path; please remember to substitute the paths to the new location where ever applicable.
