From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 05:53:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF63F16A4CE for ; Thu, 20 Jan 2005 05:53:00 +0000 (GMT) Received: from imf25aec.mail.bellsouth.net (imf25aec.mail.bellsouth.net [205.152.59.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D15A43D5A for ; Thu, 20 Jan 2005 05:53:00 +0000 (GMT) (envelope-from mappolonia@appolosecure.com) Received: from madesktop ([65.12.1.23]) by imf25aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with SMTP id <20050120055259.JFZY2518.imf25aec.mail.bellsouth.net@madesktop> for ; Thu, 20 Jan 2005 00:52:59 -0500 Message-ID: <00d801c4feb4$76546fb0$6900a8c0@madesktop> From: To: Date: Thu, 20 Jan 2005 00:54:06 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: gs: not found Image Magick X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 05:53:01 -0000 I can execute Image Magick convert PDF to jpg from shell with no = problem. If I try from PHP script, like this: I get the following errors: gs: not found convert: Postscript delegate failed `test.pdf'. convert: missing an image filename `norden.gif'. If I try to convert non-pdf files in php script, it works OK. Any help would be great!