Is there anything else required to be installed apart from the below list (for Centos6/Redhat6)? This is for a case where the systems have restrictions and cannot connect to the internet.
OpenLDAP: openldap-clients openldap-servers QPID: db4-cxx glibc libaio libstdc++ libuuid boost-filesystem boost-program-options boost-system boost-test nspr nss nss-util cyrus-sasl-lib openais clusterlib corosynclib POSTGRES: uuid libxslt rsync
Any other postgres packages to be installed?
2 Likes
For POSTGRES you will need
- postgresql93-server-9.3.6-1PGDG.rhel6.x86_64.rpm
- postgresql93-contrib-9.3.6-1PGDG.rhel6.x86_64.rpm
- postgresql93-libs-9.3.6-1PGDG.rhel6.x86_64.rpm
- postgresql93-9.3.6-1PGDG.rhel6.x86_64.rpm
They can be downloaded from RHEL Postgres RPMs. You can then do a yum localinstall for the RPMS
@Akash Prabhashankar Below are all the packages required:
Postgres packages:
postgresql93-9.3.9-1PGDG.rhel6.x86_64
postgresql93-contrib-9.3.9-1PGDG.rhel6.x86_64
postgresql93-libs-9.3.9-1PGDG.rhel6.x86_64
postgresql93-server-9.3.9-1PGDG.rhel6.x86_64
pgdg-redhat93-9.3-1.noarch
uuid
libxslt
rsync
===================================================
Qpid packages:
db4-cxx
glibc
libaio
libstdc++
libuuid
boost-filesystem
boost-program-options
boost-system
boost-test
nspr
nss
nss-util
cyrus-sasl-lib
========================================================
Openldap packages:
openldap-clients
openldap-server
2 Likes