Install mapguide in Fedora8 Linux

Source: Internet
Author: User

The following is an article about installing MapGuide OpenSource 2.0 in Fedora Linux. Here, I want to post a post to help students who use the Linux version of MapGuide OpenSource. For Linux installation of AIMS, refer to installing Autodesk Infrastructure Map Server on Linux.

 

========================================================== ======================================

Mapguide is a browser-based Open Source GIS software. Using php + mysql + apache + mapguide for Open Source WebGis development on the Linux platform is an effective way to reduce costs.

Before development, install mapguide. For details, mapguide consists of two parts: 1. mapguideserver.2.mapguideserverextensions.

Mapguideserver: a gis server that processes complex and related geographical information.

Mapserverextensions: it is mainly used for interfaces between users and mapguiderserver. It is displayed in the form of opening the interface through a browser, which is convenient for users to use and manage mapguideserver.

To install manpguide In the fedora system, install these two items.

The installation sequence is as follows (taking mapguide2.0.2 as an example ):

1. Install mapguideextensions

Required files:

(1)Mapguideaptinstaller-2.0.0.2.tar.gz
You can put this file in any folder you want to put, for example, you put it in/home.

Operation Method:
1. tar-zxvf mapguideaptinstaller-2.0.0.2.tar.gz
2. cd LinuxApt
3../build_apt.sh

Purpose: To install php and apache2

Step 2 install mapguideserver

Required files:
1) install FDO3.3.0

1.download fdo-3.3.0.tar.gz
2. tar-zxvf fdo-3.3.0.tar.gz
3. cd FDO
4. source./setenvironment. sh
5./build_thirdparty.sh
6./build_linux.sh

Default FDO installation path/usr/local/fdo-3.3.0

Note: After installation is complete, execute: (1) cd/usr/local/fdo-3.3.0/lib (2) chmod a + x *. so *

At the same time, if you do not install mysql or other things after FDO installation, you can only pass the UnitTest test. Other tests such as SHP cannot pass.

2) install JDK (JDK needs to be installed when mapguideserver is installed, though it does not use java for gis development. Otherwise, the installation will fail)

After the installation is complete, you need to set environment variables such as JAVA_HOME. There are many answers on this network, which are not described here.

3) formally start installing mapguideserver

1. Download an objectMapguide-2.0.2.3011.tar.gz, You can put it in your favorite directory, such as/home
2. tar-zxvfMapguide-2.0.2.3011.tar.gz
3. cd mapguide-2.0.2
4../build_oem.sh

If an error occurs in this step, run the following code:

"

pushd Oem/ACE/ACE_wrappers/acerm Svc_Conf_l.cppsvn updatepopd./build_oem.sh

"

5. Execute the following code in sequence:

"

aclocallibtoolize --forceautomake --add-missing --copyautoconf./configure --enable-optimizedmakemake install

"

Then, mapguide is installed successfully.

========================================================== ======================================

Link: http://www.ecoviews.cn/net/archives/15.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.