Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Requirement - Perl (no version listed.) – RHEL5 currently provides perl 5.8.8. and was Installed by our default RHEL5 build.
  • Requirement - Sun Java 1.5 or better, we will install Sun Java 1.6 -
    (RHEL5 currently provides Sun Java 1.5 & 1.6 through the RHEL Supplementary (v. 5 for 32-bit x86) channel)
    1. Requires RHEL Supplementary (v. 5 for 32-bit x86) channel to get access to the Sun Java.
      This is done through the web interface @ https://rhn.redhat.com
    2. Install Sun Java 6:
      Code Block
      yum install java-1.6.0-sun java-1.6.0-sun-devel -y
      STUB to insert output
      No Format
      Output for Sun Java 6 install:<file>Dependencies Resolved
      
      ================================================================================
       Package        Arch   Version           Repository                        Size
      ================================================================================
      Installing:
       java-1.6.0-sun i586   1:1.6.0.20-1jpp.1.el5
                                               rhel-i386-server-supplementary-5  37 M
       java-1.6.0-sun-devel
                      i586   1:1.6.0.20-1jpp.1.el5
                                               rhel-i386-server-supplementary-5  20 M
      Installing for dependencies:
       jpackage-utils noarch 1.7.3-1jpp.2.el5  rhel-i386-server-5                61 k
      
      Transaction Summary
      ================================================================================
      Install       3 Package(s)
      Upgrade       0 Package(s)
      
      Total download size: 57 M</file>
      
      Note
      titleNotice here

      Installing Java the jpackage-utils 1.7 is also installed which is maintained by Red Hat. Later on it will be replaced by the JPackage maintained version and can/will cause some problems after we install and start using the JPackage repo.

  • Requirement - Relational Database, PostgreSQL 7.4 or later - (RHEL5 currently provides postgres 8.1.18(default) and 8.4 is available too.)
    1. Install Postgresql:
      Code Block
      yum install postgresql-server -y
      This will install the postgresql dependency.

...

Code Block
collapsetrue
Output for Postgresql Server install:

...


Dependencies Resolved

================================================================================
 Package              Arch    Version               Repository             Size
================================================================================
Installing:
 postgresql-server    i386    8.1.21-1.el5_5.1      rhel-i386-server-5    3.8 M
Installing for dependencies:
 postgresql           i386    8.1.21-1.el5_5.1      rhel-i386-server-5    2.9 M

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade       0 Package(s)

Total download size: 6.7 M
Tip
titleClean Install

We have a Clean install, using only RHEL provided packages, up to this point.

...