Newbie Image Magick Installation Problems

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
deeem

Newbie Image Magick Installation Problems

Post by deeem »

Hi,

I am try to install imagemagick on my root server using your provided instructions logged in as root.

So far I have downloaded using wget and extracted the files using tar. However, when i come to run .configure it states the following when i run the command from within the extracted folder.

[root@p15169466 ImageMagick-6.3.8]# ./configure
./configure: line 2109: cannot create temp file for here document: No space left on device
./configure: line 2121: cannot create temp file for here document: No space left on device
./configure: line 2156: cannot create temp file for here document: No space left on device
./configure: line 2324: cannot create temp file for here document: No space left on device
./configure: line 2329: cannot create temp file for here document: No space left on device
./configure: line 2334: cannot create temp file for here document: No space left on device
./configure: line 2339: cannot create temp file for here document: No space left on device
./configure: line 2344: cannot create temp file for here document: No space left on device
configuring ImageMagick 6.3.8
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... ./configure: line 2922: cannot create temp file for here document: No space left on device
no
./configure: line 2982: cannot create temp file for here document: No space left on device
./configure: line 2987: cannot create temp file for here document: No space left on device
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
./configure: line 6: cannot create temp file for here document: No space left on device
./configure: line 44: cannot create temp file for here document: No space left on device


Any help would be greatly appreciated! :)

Regards

Damon
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Newbie Image Magick Installation Problems

Post by magick »

Looks like you do not have enough free disk space on your computer. Add more disk or clean up your partitions so ImageMagick can build/install.
deeem

Re: Newbie Image Magick Installation Problems

Post by deeem »

Hi There,

Apparently looking at my plesk access only a small percentage of space has been used.

/dev/hda5
4 095.95 MB
18.01% used 81.99% available

/usr/local/psa
/dev/hda6
4 995.41 MB
6.28% used 93.72% available

/var/lib/mysql
/var/qmail/mailnames
/var/named/run-root
/dev/hda7
26 749.12 MB
5.72% used 94.28% available
/home/httpd/vhosts


Although, the memory appears as follows:
95.69% usage. - Would this be the cause?

Regards

Damon
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Newbie Image Magick Installation Problems

Post by magick »

Your questions are about basic administration of your computer system which is outside the scope of this forum. Ask your system administrator for help.
Post Reply