Download presentation
Presentation is loading. Please wait.
Published byAngela Cecily Barnett Modified over 9 years ago
1
Cole David Ronnie Julio Sam Littlefield
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.orgwww.globus.org Click Globus Toolkit 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/adm in/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
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.