Cannot configure ImageMagick-6.9.0-3

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
gabw
Posts: 28
Joined: 2014-07-20T09:20:15-07:00
Authentication code: 6789

Cannot configure ImageMagick-6.9.0-3

Post by gabw »

Hi,

on Debian the latest IM version 6.7.7 so i wanted to install 6.9.0 - like this:

Code: Select all

$ wget http://www.imagemagick.org/download/ImageMagick-6.9.0-3.tar.gz
$ tar -xzvf ImageMagick-6.9.0-3.tar.gz
$ cd ImageMagick-6.9.0-3/
$ ./configure
But my server-provider has a custom tmp path and the configure-script says:

Code: Select all

./configure: line 3144: cannot create temp file for here-document: Disk quota exceeded
./configure: line 3156: cannot create temp file for here-document: Disk quota exceeded
./configure: line 3191: cannot create temp file for here-document: Disk quota exceeded
./configure: line 3353: cannot create temp file for here-document: Disk quota exceeded
./configure: line 3357: cannot create temp file for here-document: Disk quota exceeded
./configure: line 3361: cannot create temp file for here-document: Disk quota exceeded
./configure: line 3365: cannot create temp file for here-document: Disk quota exceeded
./configure: line 3369: cannot create temp file for here-document: Disk quota exceeded
./configure: line 3373: cannot create temp file for here-document: Disk quota exceeded
checking build system type... mkdir: cannot create directory `/tmp/cg27047-22880': Disk quota exceeded
mkdir: cannot create directory `/tmp/cg-27047': Disk quota exceeded
config.guess: cannot create a temporary directory in /tmp
configure: error: cannot guess build type; you must specify one
So how can I specify a custom tmp path for configure? I looked already in the script but that's a little bit confusing for me...
Post Reply