- How to test if server has Image Magick?
- Posted by http://links.i6networks.com on August 16th, 2004
How do I test if Image Magick is stalled on the linux web server?
I know a common command which is convert.
I typed "convert" at shell, and it tells me not found. Does this mean Image
Magick is not installed?
- Posted by Toby Inkster on August 16th, 2004
http://links.i6networks.com wrote:
Probably. It may still be installed but not in the $PATH.
If "locate" is installed on the server, you could try running:
locate libMagick
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
- Posted by Kenneth on August 16th, 2004
On 2004-08-16, http://links.i6networks.com <SaveWorldFromAids@alexa.com> wrote:
no
ken
- Posted by http://links.i6networks.com on August 16th, 2004
bash: locate: command not found
is locate a command in unix shell?
- Posted by Matt Probert on August 16th, 2004
On Mon, 16 Aug 2004 18:27:55 GMT "http://links.i6networks.com"
<SaveWorldFromAids@alexa.com> broke off from drinking a cup of tea at
to write:
Ask the host!
Matt
--
Over 14,000 searchable slang definitions from around
the 'English' speaking world.
http://www.probertencyclopaedia.com/slang.htm
- Posted by Toby Inkster on August 16th, 2004
Anon wrote:
Then clearly locate is not installed. Ask your hosts exactly WTF they *do*
have installed!
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
- Posted by Bill Logan on August 16th, 2004
"http://links.i6networks.com" <SaveWorldFromAids@alexa.com> wrote in
message news:L07Uc.98$D6M1.20@news04.bloor.is.net.cable.ro gers.com...
Try 'find / -name convert -print'
If it is there that will tell you where. - even if you just get a
permission denied if you do not have access.
- Posted by Bill Logan on August 17th, 2004
"Toby Inkster" <usenet200408@tobyinkster.co.uk> wrote in message
news
an.2004.08.16.21.26.17.856472@tobyinkster.co .uk...
- Posted by Charles Sweeney on August 17th, 2004
http://links.i6networks.com wrote:
Have you ever thought about becoming a train driver?
--
Charles Sweeney
http://CharlesSweeney.com
- Posted by Bruce Barnett on August 17th, 2004
"http://links.i6networks.com" <SaveWorldFromAids@alexa.com> writes:
It's not foolproof, but I'd first try
rpm -q ImageMagick
--
Sending unsolicited commercial e-mail to this account incurs a fee of
$500 per message, and acknowledges the legality of this contract.


