Preping for Globus Installation
From MyWiki
This page is under construction...
Following Quickstart.
Contents |
Install Java
From http://java.sun.com/javase/downloads/index_jdk5.jsp
NOTE: You need the SDK, not just the JRE.
# cd /opt # wget -O jdk-1_5_0_15-linux-i586.bin http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-1_5_0_15-linux-i586.bin?BundledLineItemUUID=Rb5IBe.pyw0AAAEZSqlbl96P&OrderID=zuFIBe.p52QAAAEZLqlbl96P&ProductID=yL7ACUFBjqYAAAEYees5AXuQ&FileName=/jdk-1_5_0_15-linux-i586.bin # chmod +x jdk-1_5_0_15-linux-i586.bin # ./jdk-1_5_0_15-linux-i586.bin # cd /usr/local # ln -s /opt/jdk-1_5_0_15-linux-i586.bin java # export JAVA_HOME=/usr/local/java
Install Apache Ant
From http://ant.apache.org/bindownload.cgi
# wget http://mirror.fslutd.org/apache/ant/binaries/apache-ant-1.7.0-bin.tar.gz # tar xvfz apache-ant-1.7.0-bin.tar.gz # export ANT_HOME=/opt/apache-ant-1.7.0
Install PostGres
# yum install postgresql
Install openssl-devel
Needed for 4.2
# yum install openssl-devel
