Package and libraries requried by Apigee

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?

Solved Solved
2 3 633
1 ACCEPTED SOLUTION

jhans
Participant II

@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

View solution in original post

3 REPLIES 3

Former Community Member
Not applicable

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

jhans
Participant II

@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