Installation troubleshooting tips
If you have an issue during installation, generating a log of the installation can provide valuable information for support.
How you log an installation of a Genero package depends on your operating system.
Operating System | How to log the installation |
---|---|
Windows® |
|
UNIX™/Linux®/macOS™ | From the command line:
|
Mac® | See Troubleshooting Installation Issues on macOS (GUI installer). |
Fixing the UNIX installation bzip2 error
When installing a Genero package in a UNIX
system you see an error similar to
this:
The bzip2 binary included in the package cannot be executedThis might indicate that permissions are missing or incorrect.
- Check you have the correct version of the installation download for your system.
- Check you have permissions to allow you to install the package.
- Check you have the correct permissions for the default temporary files directory
(/tmp) used to extract and execute the installation files. If
/tmp is not writeble or executable because of sysadmin policies, you must
specify an alternative working directory in the installation command:
./fjs-package-name -w $DIR
Where:-w
is the switch that specifies the working directory.$DIR
is a path that is fully accessible to you.