Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2002 12:02:46 +0100
From:      David Larkin <David.Larkin@DJL.co.uk>
To:        questions@freebsd.org
Subject:   Imagemagick mogrify TMPDIR
Message-ID:  <3D3BE655.449DFFCB@DJL.co.uk>

next in thread | raw e-mail | index | archive | help
Hi,
I've just installed Imagemagick from the ports directory
ImageMagick-5.4.7-1

I'm having problems running a simple mogrify and reported this to the
Imagemagick
mail list who suggested it was because I hadn't set the environment
variable TMPDIR.

I've now tried doing that by placing

setenv TMPDIR /tmp

in my .cshrc file

I now get

49:eagle{david}% echo $TMPDIR
/tmp
50:eagle{david}%  mogrify -resize 100x100! test.jpg
mogrify: Unable to create temporary file (test.jpg).
51:eagle{david}% df -k /tmp
Filesystem   1K-blocks     Used    Avail Capacity  Mounted on
/dev/ad0s1a     198399    29643   152885    16%    /
52:eagle{david}% ls -al /tmp
total 614
drwxrwxrwt   12 root    wheel    1024 Jul 22 03:15 .

FreeBSD eagle 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49
GMT 2001     jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC  i386

Any ideas ?

Thanks
David






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D3BE655.449DFFCB>