Installing Dependencies
To ensure that Greenplum runs properly on the OS, install the necessary dependencies.
- Install the dependency packages.
1yum -y install curl-devel bzip2-devel python2-devel openssl-devel readline-devel perl-ExtUtils-Embed libxml2-devel openldap-devel pam pam-devel perl-devel apr-devel libevent-devel libyaml libyaml-devel libedit-devel libffi-devel bison flex flex-devel net-tools wget
- Create a soft link that points to Python.
1ln -s /usr/bin/python2 /usr/bin/python
Parent topic: Configuring the Compilation Environment