<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Amorsell</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Amorsell"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Amorsell"/>
	<updated>2026-04-13T04:42:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=10057</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=10057"/>
		<updated>2006-12-11T16:22:04Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
mkdir Providers&lt;br /&gt;
&lt;br /&gt;
cd Providers&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF SDF --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP SHP --username guest&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in teh OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Amorsell|Amorsell]] 02:50, 13 November 2006 (CET) Other providers:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdogdal.osgeo.org/svn/fdogdal/trunk/Providers/GDAL GDAL --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdordbms.osgeo.org/svn/fdordbms/trunk/Providers/GenericRdbms GenericRdbms --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoogr.osgeo.org/svn/fdoogr/trunk/Providers/OGR OGR --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdowms.osgeo.org/svn/fdowms/trunk/Providers/WMS WMS --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdowfs.osgeo.org/svn/fdowfs/trunk/Providers/WFS WFS --username guest&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''There is an error that will occur the first time this is run.  You will need to fix the Svc_Conf_l.cpp file using the following commands:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/ACE/ACE_wrappers/ace''&lt;br /&gt;
&lt;br /&gt;
''rm Svc_Conf_l.cpp''&lt;br /&gt;
&lt;br /&gt;
''svn update''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Also if you get an error building CppUnit.  Try the following:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/CppUnit-1.9.14''&lt;br /&gt;
&lt;br /&gt;
''rm aclocal.m4''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;br /&gt;
&lt;br /&gt;
=Recompile with latest updates=&lt;br /&gt;
To update to the latest code for any of the components above change to the directory where &amp;quot;svn checkout ...&amp;quot; was run and run &amp;quot;svn update&amp;quot; (without any other arguments) instead.  If any files were updated, deleted or added (subversion will output any changes to the screen) rerun the steps to build that component.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous Notes on Installing on Fedora Core 6=&lt;br /&gt;
Used platform:&lt;br /&gt;
Mapguide 1.1.0 on FedoraCore 6 (Zod), 2.6.18-1.2798.fc6,&lt;br /&gt;
gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)&lt;br /&gt;
&lt;br /&gt;
Errors in compilation:&lt;br /&gt;
&lt;br /&gt;
many errors in:&lt;br /&gt;
mapguide-1.1.0/Oem/geos-2.2.0/source/headers/geos/geom.h&lt;br /&gt;
&lt;br /&gt;
The patched geom.h here: http://www.clubextreme.org/mapguide/geom.h&lt;br /&gt;
&lt;br /&gt;
Compilation is easy - see changes in geom.h - the context of the other errors are the same - so you can edit needed files accordingly,&lt;br /&gt;
&lt;br /&gt;
Other errors and rows that they appear:&lt;br /&gt;
&lt;br /&gt;
mapguide-1.1.0/Oem/SWIGEx/Source/Modules/java.cxx :3582&lt;br /&gt;
mapguide-1.1.0/Oem/gdal-1.3.0/frmts/fit/fitdataset.cpp :177&lt;br /&gt;
&lt;br /&gt;
/usr/local/mysql/include/my_global.h:280:24: error: asm/atomic.h: No such file or direct&lt;br /&gt;
mahame (comment asm/atomic.h)&lt;br /&gt;
&lt;br /&gt;
mapguide-1.1.0/Common/MdfParser/IOAttributeRelate.h :38&lt;br /&gt;
mapguide-1.1.0/Common/MapGuideCommon/Services/PrintLayout.h :216&lt;br /&gt;
mapguide-1.1.0/Common/MapGuideCommon/Services/ServerConnectionImp.h :72&lt;br /&gt;
mapguide-1.1.0/Server/src/Gws/Include/GwsCommon.h :807&lt;br /&gt;
mapguide-1.1.0/Server/src/Services/Feature/ServerDescribeSchema.h :37 38 &lt;br /&gt;
&lt;br /&gt;
After, mapguide and all packages are compiled succesfully.&lt;br /&gt;
&lt;br /&gt;
For questions and comments please write me at toltec@clubextreme.org&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9475</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9475"/>
		<updated>2006-11-13T01:52:55Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: /* Install FDO 3.2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
mkdir Providers&lt;br /&gt;
&lt;br /&gt;
cd Providers&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF SDF --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP SHP --username guest&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in teh OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Amorsell|Amorsell]] 02:50, 13 November 2006 (CET) Other providers:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdogdal.osgeo.org/svn/fdogdal/trunk/Providers/GDAL GDAL --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdordbms.osgeo.org/svn/fdordbms/trunk/Providers/GenericRdbms GenericRdbms --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoogr.osgeo.org/svn/fdoogr/trunk/Providers/OGR OGR --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdowms.osgeo.org/svn/fdowms/trunk/Providers/WMS WMS --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdowfs.osgeo.org/svn/fdowfs/trunk/Providers/WFS WFS --username guest&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''There is a error that will occur the first time this is run.  You will need to fix the Svc_Conf_l.cpp file using the following commands:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/ACE/ACE_wrappers/ace''&lt;br /&gt;
&lt;br /&gt;
''rm Svc_Conf_l.cpp''&lt;br /&gt;
&lt;br /&gt;
''svn update''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Also if you get an error building CppUnit.  Try the following:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/CppUnit-1.9.14''&lt;br /&gt;
&lt;br /&gt;
''rm aclocal.m4''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9474</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9474"/>
		<updated>2006-11-13T01:52:36Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: /* Install FDO 3.2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
mkdir Providers&lt;br /&gt;
&lt;br /&gt;
cd Providers&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF SDF --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP SHP --username guest&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in teh OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
--[[User:Amorsell|Amorsell]] 02:50, 13 November 2006 (CET) Other providers:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdogdal.osgeo.org/svn/fdogdal/trunk/Providers/GDAL GDAL --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdordbms.osgeo.org/svn/fdordbms/trunk/Providers/GenericRdbms GenericRdbms --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoogr.osgeo.org/svn/fdoogr/trunk/Providers/OGR OGR --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdowms.osgeo.org/svn/fdowms/trunk/Providers/WMS WMS --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdowfs.osgeo.org/svn/fdowfs/trunk/Providers/WFS WFS --username guest&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''There is a error that will occur the first time this is run.  You will need to fix the Svc_Conf_l.cpp file using the following commands:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/ACE/ACE_wrappers/ace''&lt;br /&gt;
&lt;br /&gt;
''rm Svc_Conf_l.cpp''&lt;br /&gt;
&lt;br /&gt;
''svn update''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Also if you get an error building CppUnit.  Try the following:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/CppUnit-1.9.14''&lt;br /&gt;
&lt;br /&gt;
''rm aclocal.m4''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9473</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9473"/>
		<updated>2006-11-13T01:50:13Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: /* Install FDO 3.2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
mkdir Providers&lt;br /&gt;
&lt;br /&gt;
cd Providers&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF SDF --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP SHP --username guest&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in teh OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
--[[User:Amorsell|Amorsell]] 02:50, 13 November 2006 (CET) Other providers:&lt;br /&gt;
svn checkout https://fdogdal.osgeo.org/svn/fdogdal/trunk/Providers/GDAL GDAL --username guest&lt;br /&gt;
svn checkout https://fdordbms.osgeo.org/svn/fdordbms/trunk/Providers/GenericRdbms GenericRdbms --username guest&lt;br /&gt;
svn checkout https://fdoogr.osgeo.org/svn/fdoogr/trunk/Providers/OGR OGR --username guest&lt;br /&gt;
svn checkout https://fdowms.osgeo.org/svn/fdowms/trunk/Providers/WMS WMS --username guest&lt;br /&gt;
svn checkout https://fdowfs.osgeo.org/svn/fdowfs/trunk/Providers/WFS WFS --username guest&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''--[[User:Amorsell|Amorsell]] 05:38, 10 November 2006 (CET) if you check out one provider, SVN thinks the Providers directory is already owned.  I ended up manually moving the directory under Providers to &amp;lt;directory to fdocore&amp;gt;/Fdo/Providers, then deleting the SVN Providers directory, then checking out the next provider through SVN, and so on.''&lt;br /&gt;
&lt;br /&gt;
''--[[User:Tomfukushima|Tomfukushima]] 05:44, 10 November 2006 (CET) Thanks Andy.  I've updated the above steps so that the checkouts should work as is now''&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''There is a error that will occur the first time this is run.  You will need to fix the Svc_Conf_l.cpp file using the following commands:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/ACE/ACE_wrappers/ace''&lt;br /&gt;
&lt;br /&gt;
''rm Svc_Conf_l.cpp''&lt;br /&gt;
&lt;br /&gt;
''svn update''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Also if you get an error building CppUnit.  Try the following:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/CppUnit-1.9.14''&lt;br /&gt;
&lt;br /&gt;
''rm aclocal.m4''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9451</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9451"/>
		<updated>2006-11-11T00:38:15Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: /* Install MapGuide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
mkdir Providers&lt;br /&gt;
&lt;br /&gt;
cd Providers&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF SDF --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP SHP --username guest&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in teh OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
''--[[User:Amorsell|Amorsell]] 05:38, 10 November 2006 (CET) if you check out one provider, SVN thinks the Providers directory is already owned.  I ended up manually moving the directory under Providers to &amp;lt;directory to fdocore&amp;gt;/Fdo/Providers, then deleting the SVN Providers directory, then checking out the next provider through SVN, and so on.''&lt;br /&gt;
&lt;br /&gt;
''--[[User:Tomfukushima|Tomfukushima]] 05:44, 10 November 2006 (CET) Thanks Andy.  I've updated the above steps so that the checkouts should work as is now''&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''There is a error that will occur the first time this is run.  You will need to fix the Svc_Conf_l.cpp file using the following commands:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/ACE/ACE_wrappers/ace''&lt;br /&gt;
&lt;br /&gt;
''rm Svc_Conf_l.cpp''&lt;br /&gt;
&lt;br /&gt;
''svn update''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Also if you get an error building CppUnit.  Try the following:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/CppUnit-1.9.14''&lt;br /&gt;
&lt;br /&gt;
''rm aclocal.m4''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9450</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9450"/>
		<updated>2006-11-11T00:37:14Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: /* Install MapGuide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
mkdir Providers&lt;br /&gt;
&lt;br /&gt;
cd Providers&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF SDF --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP SHP --username guest&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in teh OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
''--[[User:Amorsell|Amorsell]] 05:38, 10 November 2006 (CET) if you check out one provider, SVN thinks the Providers directory is already owned.  I ended up manually moving the directory under Providers to &amp;lt;directory to fdocore&amp;gt;/Fdo/Providers, then deleting the SVN Providers directory, then checking out the next provider through SVN, and so on.''&lt;br /&gt;
&lt;br /&gt;
''--[[User:Tomfukushima|Tomfukushima]] 05:44, 10 November 2006 (CET) Thanks Andy.  I've updated the above steps so that the checkouts should work as is now''&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh  (wait a long time)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''There is a error that will occur the first time this is run.  You will need to fix the Svc_Conf_l.cpp file using the following commands:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/ACE/ACE_wrappers/ace''&lt;br /&gt;
&lt;br /&gt;
''rm Svc_Conf_l.cpp''&lt;br /&gt;
&lt;br /&gt;
''svn update''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Also if you get an error building CppUnit.  Try the following:''&lt;br /&gt;
&lt;br /&gt;
''pushd Oem/CppUnit-1.9.14''&lt;br /&gt;
&lt;br /&gt;
''rm aclocal.m4''&lt;br /&gt;
&lt;br /&gt;
''popd''&lt;br /&gt;
&lt;br /&gt;
''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make  (wait a long time)&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9434</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9434"/>
		<updated>2006-11-10T04:38:19Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: /* Install FDO 3.2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
mkdir Providers&lt;br /&gt;
&lt;br /&gt;
cd Providers&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF SDF --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP SHP --username guest&lt;br /&gt;
(similarly for any other providers that you are interested in)&lt;br /&gt;
&lt;br /&gt;
''--[[User:Amorsell|Amorsell]] 05:38, 10 November 2006 (CET) if you check out one provider, SVN thinks the Providers directory is already owned.  I ended up manually moving the directory under Providers to &amp;lt;directory to fdocore&amp;gt;/Fdo/Providers, then deleting the SVN Providers directory, then checking out the next provider through SVN, and so on.''&lt;br /&gt;
cd ../..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh (wait a long time)&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
(You will probably get a build error in one of the unit test files.  I can't remember exactly what file it is, but go into it and delete the lines with the non-ascii characters from the file.  Search for &amp;quot;ascii&amp;quot; in the file.  Then run ./build_linux.sh again.  This problem only occurs on Fedora Core.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh&lt;br /&gt;
&lt;br /&gt;
(wait a long time)&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9433</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9433"/>
		<updated>2006-11-10T04:32:33Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: /* Install FDO 3.2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
mkdir Providers&lt;br /&gt;
&lt;br /&gt;
cd Providers&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers/SDF SDF --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers/SHP SHP --username guest&lt;br /&gt;
&lt;br /&gt;
(similarly for any other providers that you are interested in)&lt;br /&gt;
&lt;br /&gt;
cd ../..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh (wait a long time)&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
(You will probably get a build error in one of the unit test files.  I can't remember exactly what file it is, but go into it and delete the lines with the non-ascii characters from the file.  Search for &amp;quot;ascii&amp;quot; in the file.  Then run ./build_linux.sh again.  This problem only occurs on Fedora Core.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh&lt;br /&gt;
&lt;br /&gt;
(wait a long time)&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9431</id>
		<title>Building MapGuide on Fedora Core 4</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_4&amp;diff=9431"/>
		<updated>2006-11-10T04:19:57Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: /* Install FDO 3.2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 4. All of the following are done with root privileges. &lt;br /&gt;
&lt;br /&gt;
=Prerequisite software=&lt;br /&gt;
Install the Java Development Kit:&lt;br /&gt;
The JDK is available from http://java.sun.com/javase/downloads/index.jsp (the plain package is fine, no need for NetBeans or Java EE).&lt;br /&gt;
&lt;br /&gt;
Install GCC '''4.0.2''' available from http://gcc.gnu.org/.  The version is important here as later versions do not work.&lt;br /&gt;
&lt;br /&gt;
Install subversion available from http://subversion.tigris.org/.  For this, make sure to run &amp;quot;./configure --with-ssl&amp;quot; because the osgeo subversion vaults use https. (I use version 1.3.2 because I don't need to install the Apache Runtime in order to get things to compile.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.0.2.tar.gz from https://mapguide.osgeo.org/downloads.html. &lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands in the directory where you downloaded the apt installer file:&lt;br /&gt;
&lt;br /&gt;
tar zxf mapguideaptinstaller-1.0.2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
tar zxf apache-tomcat-5.5.12.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf httpd-2.0.55.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf jakarta-tomcat-connectors-1.2.15-src.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf mod_fastcgi.tar.gz&lt;br /&gt;
&lt;br /&gt;
tar zxf php-5.0.5.tar.gz&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
(wait a long time)&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found in the subversion links on the http://fdocore.osgeo.org, http://fdosdf.osgeo.org and http://fdoshp.osgeo.org web pages.  And in the OpenSourceBuild__README.txt file that is checked out when subversion is used to get the fdocore trunk.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdocore.osgeo.org/svn/fdocore/trunk fdocore --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd fdocore&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdosdf.osgeo.org/svn/fdosdf/trunk/Providers Providers --username guest&lt;br /&gt;
&lt;br /&gt;
svn checkout https://fdoshp.osgeo.org/svn/fdoshp/trunk/Providers Providers --username guest&lt;br /&gt;
&lt;br /&gt;
(similarly for any other providers that you are interested in)&lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
export FDO=&amp;lt;directory to fdocore&amp;gt;/Fdo&lt;br /&gt;
&lt;br /&gt;
export FDOUTILITIES=&amp;lt;directory to fdocore&amp;gt;/Utilities&lt;br /&gt;
&lt;br /&gt;
export FDOTHIRDPARTY=&amp;lt;directory to fdocore&amp;gt;/Thirdparty&lt;br /&gt;
&lt;br /&gt;
./build_thirdparty.sh&lt;br /&gt;
&lt;br /&gt;
./build_linux.sh&lt;br /&gt;
&lt;br /&gt;
(You will probably get a build error in one of the unit test files.  I can't remember exactly what file it is, but go into it and delete the lines with the non-ascii characters from the file.  Search for &amp;quot;ascii&amp;quot; in the file.  Then run ./build_linux.sh again.  This problem only occurs on Fedora Core.)&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide=&lt;br /&gt;
Details about the following can be found in https://mapguide.osgeo.org/docs/BuildConfigureMgOpenSourceOnLinux.pdf (the version numbers are wrong, but the process is still the same).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout https://mapguide.osgeo.org/svn/mapguide/trunk/MgDev mapguide --username guest&lt;br /&gt;
&lt;br /&gt;
(Press Enter without password when asked for password)&lt;br /&gt;
&lt;br /&gt;
cd mapguide&lt;br /&gt;
&lt;br /&gt;
./build_oem.sh&lt;br /&gt;
(wait a long time)&lt;br /&gt;
&lt;br /&gt;
aclocal&lt;br /&gt;
&lt;br /&gt;
libtoolize --force&lt;br /&gt;
&lt;br /&gt;
automake --add-missing --copy&lt;br /&gt;
&lt;br /&gt;
autoconf&lt;br /&gt;
&lt;br /&gt;
./configure --enable-optimized&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
=Run the MapGuide web tier and server=&lt;br /&gt;
&lt;br /&gt;
Execute the following commands in a shell window:&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/webtierextensions/apache2/bin&lt;br /&gt;
&lt;br /&gt;
./httpd&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/mapguideopensource/server/bin&lt;br /&gt;
&lt;br /&gt;
./mgserver.sh&lt;br /&gt;
&lt;br /&gt;
If you open up a browser, you should be able to open http://localhost:8008/mapguide/mapagent/index.html and see the server test web pages.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=8353</id>
		<title>MapGuide Open User Technical FAQ's</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=8353"/>
		<updated>2006-09-27T18:38:15Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MapGuide Open User Technical FAQ's'''&lt;br /&gt;
&lt;br /&gt;
'''Is there a way around Window's XP Internet Information Services 10 connection limit?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, this constraint can be partially worked around by editing the IIS Metabase.&lt;br /&gt;
For those interested in getting under the hood, you can download the Metabase editor from here: http://support.microsoft.com/kb/232068.  Then, change the LM\W3SVC\MaxConnections value from 10 to 40.  Note that setting it above 40 will not help.&lt;br /&gt;
&lt;br /&gt;
'''Can a resource point to my Shape, SDF or Raster files in a file location outside of the repository?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, you can work-around this by following the steps found in this mail list post.  https://mapguide.osgeo.org/servlets/ReadMsg?listName=users&amp;amp;msgNo=321.  There is also a white paper on this topic on Autodesk's MapGuide Enterprise web site at: http://images.autodesk.com/adsk/files/linking_to_external_data_autodeskmapguidewhitepaper.pdf&lt;br /&gt;
&lt;br /&gt;
'''Is there a good resource for database connection string information?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, check out http://www.connectionstrings.com/.  I'm sure if we get them OGR connection strings, they will publish them as well.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=7170</id>
		<title>MapGuide Open User Technical FAQ's</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=7170"/>
		<updated>2006-08-30T05:49:52Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MapGuide Open User Technical FAQ's'''&lt;br /&gt;
&lt;br /&gt;
'''Is there a way around Window's XP Internet Information Services 10 connection limit?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, this constraint can be partially worked around by editing the IIS Metabase.&lt;br /&gt;
For those interested in getting under the hood, you can download the Metabase editor from here: http://support.microsoft.com/kb/232068.  Then, change the LM\W3SVC\MaxConnections value from 10 to 40.  Note that setting it above 40 will not help.&lt;br /&gt;
&lt;br /&gt;
'''Can a resource point to my Shape or SDF files in a file location outside of the repository?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, you can work-around this by following the steps found in this mail list post.  https://mapguide.osgeo.org/servlets/ReadMsg?listName=users&amp;amp;msgNo=321&lt;br /&gt;
&lt;br /&gt;
'''Is there a good resource for database connection string information?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, check out http://www.connectionstrings.com/.  I'm sure if we get them OGR connection strings, they will publish them as well.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=6460</id>
		<title>MapGuide Open User Technical FAQ's</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=6460"/>
		<updated>2006-08-10T21:14:34Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MapGuide Open User Technical FAQ's'''&lt;br /&gt;
&lt;br /&gt;
'''Is there a way around Window's XP Internet Information Services 10 connection limit?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, this constraint can be partially worked around by editing the IIS Metabase.&lt;br /&gt;
For those interested in getting under the hood, you can download the Metabase editor from here: http://support.microsoft.com/kb/232068.  Then, change the LM\W3SVC\MaxConnections value from 10 to 40.  Note that setting it above 40 will not help.&lt;br /&gt;
&lt;br /&gt;
'''Can a resource point to my Shape or SDF files in a file location outside of the repository?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, you can work-around this by following the steps found in this mail list post.  https://mapguide.osgeo.org/servlets/ReadMsg?listName=users&amp;amp;msgNo=321&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=6282</id>
		<title>MapGuide Open User Technical FAQ's</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=6282"/>
		<updated>2006-08-03T16:30:08Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MapGuide Open User Technical FAQ's'''&lt;br /&gt;
&lt;br /&gt;
'''Is there a way around Window's XP Internet Information Services 10 connection limit?'''&lt;br /&gt;
&amp;lt;br&amp;gt;Yes, this constraint can be partially worked around by editing the IIS Metabase.&lt;br /&gt;
For those interested in getting under the hood, you can download the Metabase editor from here: http://support.microsoft.com/kb/232068.  Then, change the LM\W3SVC\MaxConnections value from 10 to 40.  Note that setting it above 40 will not help.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=6281</id>
		<title>MapGuide Open User Technical FAQ's</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=6281"/>
		<updated>2006-08-03T16:29:36Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MapGuide Open User Technical FAQ's'''&lt;br /&gt;
&lt;br /&gt;
'''Is there a way around Window's XP Internet Information Services 10 connection limit?'''&lt;br /&gt;
Yes, this constraint can be partially worked around by editing the IIS Metabase.&lt;br /&gt;
For those interested in getting under the hood, you can download the Metabase editor from here: http://support.microsoft.com/kb/232068.  Then, change the LM\W3SVC\MaxConnections value from 10 to 40.  Note that setting it above 40 will not help.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=6280</id>
		<title>MapGuide Open User Technical FAQ's</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_User_Technical_FAQ%27s&amp;diff=6280"/>
		<updated>2006-08-03T16:28:08Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MapGuide Open User Technical FAQ's'''&lt;br /&gt;
&lt;br /&gt;
'''Bold text'''Is there a way around Window's XP Internet Information Services 10 connection limit?'''Bold text'''&lt;br /&gt;
Yes, this constraint can be partially worked around by editing the IIS Metabase.&lt;br /&gt;
For those interested in getting under the hood, you can download the Metabase editor from here: http://support.microsoft.com/kb/232068.  Then, change the LM\W3SVC\MaxConnections value from 10 to 40.  Note that setting it above 40 will not help.&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_Source&amp;diff=6279</id>
		<title>MapGuide Open Source</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=MapGuide_Open_Source&amp;diff=6279"/>
		<updated>2006-08-03T16:25:43Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Amorsell: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[MapGuide Logo/Mascot Contest]] - Open contest to generate a MapGuide logo &lt;br /&gt;
&lt;br /&gt;
[[MapGuide Wishes]] - Forum for wishes&lt;br /&gt;
&lt;br /&gt;
[[MapGuide Top Priorities]] - Main priorities of the MapGuide project &lt;br /&gt;
&lt;br /&gt;
[[Developer News and User Spotlight]]&lt;br /&gt;
&lt;br /&gt;
[[MapGuide Open User Technical FAQ's]]&lt;/div&gt;</summary>
		<author><name>Wiki-Amorsell</name></author>
	</entry>
</feed>