This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- Code Insight
- :
- Code Insight Knowledge Base
- :
- Compliance Library Installer: Error while attempting to execute the installation script
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Compliance Library Installer: Error while attempting to execute the installation script
Compliance Library Installer: Error while attempting to execute the installation script
Symptoms:
When attempting to install the Compliance Library (CL), the installer finishes with errors and does not install the CL. The log will show the following error:
Execute Script/Batch file: Downloading manifests Status: ERROR Additional Notes: ERROR - Error while attempting to execute the installation script |
Diagnosis:
This error can occur if the 'noexec' mount option is used on the /tmp directory, which will prevent binaries from being executed out of /tmp.
Solution:
To resolve this issue without disabling the 'noexec' mount option, you can set the IATEMPDIR environment variable to change the temp directory used during installation. For example:
export IATEMPDIR=/new/tmp/dir |
No ratings