80 likes | 184 Vues
Learn how to install Globus Toolkit 5.0.2 on Ubuntu 10.04, including prerequisites, solutions to encountered problems, and step-by-step instructions. Ensure a successful installation with this handy guide!
E N D
Cole David Ronnie Julio Sam Littlefield Globus Toolkitthe 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 • 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
Reference Globus Toolkit 5.0.2 Quickstart http://globus.org/toolkit/docs/5.0/5.0.2/admin/quickstart/
Check Prerequisites • openssl version • dpkg --list| grep libssl • dpkg --list| grep zlib • which gcc • which g++ • tar --version • sed --version • make --version
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++
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
Installation sudo make • begins the lengthy installation process Your build completed successfully. Please run make install. • sudo make install ..Done