An install configuration file can be provided to change the default behavior during install. The name of the file is ttu_install.cfg, and it should be placed in /var/opt/teradata. We support the following options (case insensitive):
- InstallDir=prefix
- ShareLibs=yes|no
- updateETC=yes|no
If the ttu_install.cfg file is not found in /var/opt/teradata, then the value for both those options will default to yes.
If the ttu_install.cfg file is not found in /var/opt/teradata, then the value for both those options will default to no.
OptionName | Value | Meaning |
---|---|---|
InstallDir | prefix | Install root location; for example, InstallDir=/abc |
ShareLibs | no | Softlinks will not be created in /usr/lib, /usr/lib64, /usr/include, and /usr/bin. |
ShareLibs | yes | Softlinks will be created in /usr/lib, /usr/lib64, /usr/include, and /usr/bin, if we are able to write to /usr/lib and /usr/bin. If we are not able to create the softlinks, the install will fail. |
ShareLibs | no | Softlinks will not be created in /usr/lib. |
ShareLibs | yes | Softlinks will be created in /usr/lib, if we are able to write to that location. If we are not able to create the softlinks, the install will fail. |
ShareLibs | no | Softlinks will not be created in /usr/lib and /usr/bin. |
ShareLibs | yes | Softlinks will be created in /usr/lib and /usr/bin, if we are able to write to those locations. If we are not able to create the softlinks, the install will fail. |
updateETC | no | /etc/profile and /etc/csh.login will not be updated. |
updateETC | yes | /etc/profile and /etc/csh.login will be updated. |