Dependency requirements
The following information only applies to manual Helix DAM deployment. Do not follow these steps if you are using the automated deployment.
You must install the Helix DAM dependencies before you install Helix DAM.
RHEL and CentOS
If you are creating a DB node, the libgomp dependency is not required in the following command. However, installing it does no harm.
RHEL/CentOS 7 and 8
Run the following command as root to install the Helix DAM dependencies:
yum install postfix bzip2 sudo cronie mailx libgomp
Configure postfix as Internet Site during setup.
RHEL 9
Run the following command as root to install the Helix DAM dependencies:
yum install postfix bzip2 sudo cronie s-nail libgomp
Configure postfix as Internet Site during setup.
Ubuntu
If you are creating a DB node, the libgomp1 dependency is not required in the following command. However, installing it does no harm.
Run the following command as root to install the Helix DAM dependencies:
apt-get update
apt-get install postfix bzip2 sudo cron mailutils libgomp1
Configure postfix as Internet Site during setup.