<?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-Rexszeto</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-Rexszeto"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Rexszeto"/>
	<updated>2026-04-13T04:40:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_quick_starts_guides&amp;diff=15620</id>
		<title>Building MapGuide quick starts guides</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_quick_starts_guides&amp;diff=15620"/>
		<updated>2007-06-19T15:57:11Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quick starts that describe how to build and install [[MapGuide Open Source]] from subversion.&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Windows]]&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Fedora Core 6]]&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Red Hat Linux 3]]&lt;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15615</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15615"/>
		<updated>2007-06-18T20:13:08Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0.tar.gz&lt;br /&gt;
 cd LinuxApt&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 on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdocore/branches/3.2.x/ fdocore&lt;br /&gt;
 &lt;br /&gt;
 cd fdocore&lt;br /&gt;
 mkdir Providers&lt;br /&gt;
 cd Providers&lt;br /&gt;
 &lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdosdf/branches/3.2.x/Providers/SDF SDF&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoshp/branches/3.2.x/Providers/SHP SHP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in the OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
Other providers:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdogdal/branches/3.2.x/Providers/GDAL GDAL&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdordbms/branches/3.2.x/Providers/GenericRdbms GenericRdbms&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoogr/branches/3.2.x/Providers/OGR OGR&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowms/branches/3.2.x/Providers/WMS WMS&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowfs/branches/3.2.x/Providers/WFS WFS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/mapguide/trunk/MgDev mapguide&lt;br /&gt;
 &lt;br /&gt;
 cd mapguide&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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 &lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15614</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15614"/>
		<updated>2007-06-18T20:12:03Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''then rebuild LinuxApt with''&lt;br /&gt;
&lt;br /&gt;
 ''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.2=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdocore/branches/3.2.x/ fdocore&lt;br /&gt;
 &lt;br /&gt;
 cd fdocore&lt;br /&gt;
 mkdir Providers&lt;br /&gt;
 cd Providers&lt;br /&gt;
 &lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdosdf/branches/3.2.x/Providers/SDF SDF&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoshp/branches/3.2.x/Providers/SHP SHP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in the OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
Other providers:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdogdal/branches/3.2.x/Providers/GDAL GDAL&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdordbms/branches/3.2.x/Providers/GenericRdbms GenericRdbms&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoogr/branches/3.2.x/Providers/OGR OGR&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowms/branches/3.2.x/Providers/WMS WMS&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowfs/branches/3.2.x/Providers/WFS WFS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/mapguide/trunk/MgDev mapguide&lt;br /&gt;
 &lt;br /&gt;
 cd mapguide&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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15613</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15613"/>
		<updated>2007-06-18T20:10:54Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''then rebuild LinuxApt with''&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 on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdocore/branches/3.2.x/ fdocore&lt;br /&gt;
 &lt;br /&gt;
 cd fdocore&lt;br /&gt;
 mkdir Providers&lt;br /&gt;
 cd Providers&lt;br /&gt;
 &lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdosdf/branches/3.2.x/Providers/SDF SDF&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoshp/branches/3.2.x/Providers/SHP SHP&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in the OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
Other providers:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdogdal/branches/3.2.x/Providers/GDAL GDAL&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdordbms/branches/3.2.x/Providers/GenericRdbms GenericRdbms&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoogr/branches/3.2.x/Providers/OGR OGR&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowms/branches/3.2.x/Providers/WMS WMS&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowfs/branches/3.2.x/Providers/WFS WFS&lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/mapguide/trunk/MgDev mapguide&lt;br /&gt;
 &lt;br /&gt;
 cd mapguide&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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15612</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15612"/>
		<updated>2007-06-18T20:09:11Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''then rebuild LinuxApt with''&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 on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdocore/branches/3.2.x/ fdocore&lt;br /&gt;
 &lt;br /&gt;
 cd fdocore&lt;br /&gt;
 mkdir Providers&lt;br /&gt;
 cd Providers&lt;br /&gt;
 &lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdosdf/branches/3.2.x/Providers/SDF SDF&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoshp/branches/3.2.x/Providers/SHP SHP&lt;br /&gt;
&lt;br /&gt;
''Similarly for any other providers that you are interested in. Make sure to read the relevant section in the OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
Other providers:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdogdal/branches/3.2.x/Providers/GDAL GDAL&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdordbms/branches/3.2.x/Providers/GenericRdbms GenericRdbms&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoogr/branches/3.2.x/Providers/OGR OGR&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowms/branches/3.2.x/Providers/WMS WMS&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowfs/branches/3.2.x/Providers/WFS WFS&lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/mapguide/trunk/MgDev mapguide&lt;br /&gt;
 &lt;br /&gt;
 cd mapguide&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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15611</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15611"/>
		<updated>2007-06-18T20:07:06Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''then rebuild LinuxApt with''&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 on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdocore/branches/3.2.x/ 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;
 mkdir Providers&lt;br /&gt;
 cd Providers&lt;br /&gt;
 &lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdosdf/branches/3.2.x/Providers/SDF SDF --username guest&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoshp/branches/3.2.x/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 the OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
Other providers:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdogdal/branches/3.2.x/Providers/GDAL GDAL --username guest&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdordbms/branches/3.2.x/Providers/GenericRdbms GenericRdbms --username guest&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdoogr/branches/3.2.x/Providers/OGR OGR --username guest&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowms/branches/3.2.x/Providers/WMS WMS --username guest&lt;br /&gt;
 svn checkout http://svn.osgeo.org/fdowfs/branches/3.2.x/Providers/WFS WFS --username guest&lt;br /&gt;
&lt;br /&gt;
 cd ..&lt;br /&gt;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/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;
 ./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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15610</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15610"/>
		<updated>2007-06-18T20:03:48Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''then rebuild LinuxApt with''&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 on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdocore/branches/3.2.x/ 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;
 mkdir Providers&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;
 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 the OpenSourceBuild__README.txt file for other providers.''&lt;br /&gt;
&lt;br /&gt;
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;
 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;
 cd ..&lt;br /&gt;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/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;
 ./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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15609</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15609"/>
		<updated>2007-06-18T19:38:40Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''then rebuild LinuxApt with''&lt;br /&gt;
&lt;br /&gt;
 ''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/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;
 ./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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15608</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15608"/>
		<updated>2007-06-18T19:36:18Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''then rebuild LinuxApt with''&lt;br /&gt;
&lt;br /&gt;
 ''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/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;
 ./build_oem.sh&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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15607</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15607"/>
		<updated>2007-06-18T19:35:41Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''then rebuild LinuxApt with''&lt;br /&gt;
&lt;br /&gt;
 ''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/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;
 ./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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15606</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15606"/>
		<updated>2007-06-18T19:34:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''then try rebuilding LinuxApt with''&lt;br /&gt;
&lt;br /&gt;
 ''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/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;
 ./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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15605</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15605"/>
		<updated>2007-06-18T19:32:36Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''then''&lt;br /&gt;
&lt;br /&gt;
 ''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
 source ./setenvironment.sh&lt;br /&gt;
 ./build_thirdparty.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
 svn checkout http://svn.osgeo.org/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;
 ./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;
 ''rm Svc_Conf_l.cpp''&lt;br /&gt;
 ''svn update''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&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;
 ''rm aclocal.m4''&lt;br /&gt;
 ''popd''&lt;br /&gt;
 ''./build_oem.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 aclocal&lt;br /&gt;
 libtoolize --force&lt;br /&gt;
 automake --add-missing --copy&lt;br /&gt;
 autoconf&lt;br /&gt;
 ./configure --enable-optimized&lt;br /&gt;
 make&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;
 ./httpd&lt;br /&gt;
 cd /usr/local/mapguideopensource/server/bin&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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15604</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15604"/>
		<updated>2007-06-18T19:30:34Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
 cd LinuxApt&lt;br /&gt;
 ./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''then''&lt;br /&gt;
&lt;br /&gt;
 ''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
source ./setenvironment.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout http://svn.osgeo.org/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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15603</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15603"/>
		<updated>2007-06-18T19:29:55Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
 ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''then''&lt;br /&gt;
&lt;br /&gt;
 ''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
source ./setenvironment.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout http://svn.osgeo.org/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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15602</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15602"/>
		<updated>2007-06-18T19:28:24Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
    ''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
    ''or''&lt;br /&gt;
&lt;br /&gt;
    ''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
source ./setenvironment.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout http://svn.osgeo.org/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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15601</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15601"/>
		<updated>2007-06-18T19:27:06Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and install the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
source ./setenvironment.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout http://svn.osgeo.org/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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15600</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15600"/>
		<updated>2007-06-18T19:25:54Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''If you get an error about libgcrypt not found.  Try ONE of the following:''&lt;br /&gt;
&lt;br /&gt;
''yum install libgcrypt-devel''&lt;br /&gt;
&lt;br /&gt;
''or''&lt;br /&gt;
&lt;br /&gt;
''go to http://rpm.pbone.net/index.php3?stat=3&amp;amp;search=libgcrypt-devel&amp;amp;srodzaj=3 and download the appropriate rpm for the correct distribution.''&lt;br /&gt;
&lt;br /&gt;
''./build_apt.sh''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
source ./setenvironment.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout http://svn.osgeo.org/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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15599</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15599"/>
		<updated>2007-06-18T19:11:21Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.&lt;br /&gt;
&lt;br /&gt;
=Install MapGuide Linux, Apache, Tomcat package=&lt;br /&gt;
Download mapguideaptinstaller-1.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
source ./setenvironment.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout http://svn.osgeo.org/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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15598</id>
		<title>Building MapGuide on Fedora Core 6</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_on_Fedora_Core_6&amp;diff=15598"/>
		<updated>2007-06-18T19:09:51Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These instructions are for building and installing the latest [[MapGuide Open Source]] on Fedora Core 6. 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;
For Fedora Core 6, you need GCC '''4.1.1'''. To check what version you have type gcc --version at the command line. GCC is available from http://gcc.gnu.org/.&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.2.0rc2.tar.gz from http://mapguide.osgeo.org/download1.2.0.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.2.0rc2.tar.gz&lt;br /&gt;
&lt;br /&gt;
cd LinuxApt&lt;br /&gt;
&lt;br /&gt;
./build_apt.sh&lt;br /&gt;
&lt;br /&gt;
=Install FDO 3.3=&lt;br /&gt;
Details about the following can be found on the http://fdo.osgeo.org/.  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 http://svn.osgeo.org/fdo/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;
source ./setenvironment.sh&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 http://mapguide.osgeo.org/1.2/docs/BuildConfigureMgOpenSourceOnLinux/Index.html.).&lt;br /&gt;
&lt;br /&gt;
In a shell window execute the following commands:&lt;br /&gt;
&lt;br /&gt;
svn checkout http://svn.osgeo.org/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;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_quick_starts_guides&amp;diff=15593</id>
		<title>Building MapGuide quick starts guides</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_quick_starts_guides&amp;diff=15593"/>
		<updated>2007-06-18T15:32:26Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quick starts that describe how to build and install [[MapGuide Open Source]] from subversion.&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Windows]]&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Fedora Core 4]]&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Red Hat Linux 3]]&lt;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_quick_starts_guides&amp;diff=15592</id>
		<title>Building MapGuide quick starts guides</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Building_MapGuide_quick_starts_guides&amp;diff=15592"/>
		<updated>2007-06-18T15:31:55Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Quick starts that describe how to build and install [[MapGuide Open Source]] from subversion.&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Windows]]&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Fedora Core 6]]&lt;br /&gt;
&lt;br /&gt;
[[Building MapGuide on Red Hat Linux 3]]&lt;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Geom_Display.JPG&amp;diff=10085</id>
		<title>File:Geom Display.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Geom_Display.JPG&amp;diff=10085"/>
		<updated>2006-12-12T19:29:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: Screenshot view of the graphical display&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot view of the graphical display&lt;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Data_Display.JPG&amp;diff=10081</id>
		<title>File:Data Display.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Data_Display.JPG&amp;diff=10081"/>
		<updated>2006-12-12T19:24:48Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Rexszeto: Screenshot view of the data from the feature class&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot view of the data from the feature class&lt;/div&gt;</summary>
		<author><name>Wiki-Rexszeto</name></author>
	</entry>
</feed>