1 / 8

Globus Toolkit the beginning…

Cole David Ronnie Julio Sam Littlefield. Globus Toolkit the beginning…. Let’s Begin. Globus Toolkit runs on Unix platform only Install Ubuntu 10.04 download all updates for Ubuntu Oops! Installed Windows OS not knowing we could not use it. Download Globus Toolkit.

alva
Download Presentation

Globus Toolkit the beginning…

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cole David Ronnie Julio Sam Littlefield Globus Toolkitthe beginning…

  2. Let’s Begin • Globus Toolkit runs on Unix platform only • Install Ubuntu 10.04 • download all updates for Ubuntu Oops! • Installed Windows OS not knowing we could not use it

  3. Download Globus Toolkit • Visit www.globus.org • Click GlobusToolkit • Under Globus Toolkit Downloads, • Click latest stable release 5.0.2 • Click link under Source Download • Fill out the survey and click download • A link will appear, click it. • Save file in Desktop folder

  4. Reference Globus Toolkit 5.0.2 Quickstart http://globus.org/toolkit/docs/5.0/5.0.2/admin/quickstart/

  5. Check Prerequisites • openssl version • dpkg --list| grep libssl • dpkg --list| grep zlib • which gcc • which g++ • tar --version • sed --version • make --version

  6. Problems Encountered • All libraries were not installed • G++ compiler was not installed Quickfix sudo apt-get install libssl-dev • installs missing SSL and compression libraries sudo apt-get install g++

  7. Some Configuration • Open Terminal • Change directory to the directory of the saved file • tar xzf gt5.0.2-all-source-installer.tar.bz2 • cd gt5.0.2-all-source-installer • sudo ./configure --prefix=/sandbox/globus/globus-5.0.2/ checking build system type... i686-pc-linux-gnu configure: creating ./config.status config.status: creating Makefile

  8. Installation sudo make • begins the lengthy installation process Your build completed successfully. Please run make install. • sudo make install ..Done

More Related