The problem which occurs during the installation (actually before I can install) is that /tmp doesn't have sufficient space:
- Code: Select all
Preparing to install...
WARNING: /tmp does not have enough disk space!
Attempting to use /root for install base and tmp dir.
WARNING! The amount of /root disk space required to perform
this installation is greater than what is available. Please
free up at least 1489714 kilobytes in /root and attempt this
installation again. You may also set the IATEMPDIR environment
variable to a directory on a disk partition with enough free
disk space. To set the variable enter one of the following
commands at the UNIX command line prompt before running this
installer again:
- for Bourne shell (sh), ksh, bash and zsh:
$ IATEMPDIR=/your/free/space/directory
$ export IATEMPDIR
- for C shell (csh) and tcsh:
$ setenv IATEMPDIR /your/free/space/directory
Trying to solve the problem in the suggested way, i.e. creating a substitute folder does so far not work for me. Am I not doing it correctly?
- Code: Select all
:~$ IATEMPDIR=/home/timbo/tmp/
:~$ export IATEMPDIR




