From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 06:16:08 2004 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 D0A2A16A4CE for ; Sun, 4 Jan 2004 06:16:08 -0800 (PST) Received: from agoron.net (mail.agoron.net [206.181.233.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DC8543D1D for ; Sun, 4 Jan 2004 06:16:07 -0800 (PST) (envelope-from marius@agoron.net) Received: (qmail 8967 invoked by uid 85); 4 Jan 2004 14:16:08 -0000 Received: from marius@agoron.net by mail.agoron.net by uid 89 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 0.339247 secs); 04 Jan 2004 14:16:08 -0000 Received: from unknown (HELO MK) (206.181.233.90) by agoron.net with SMTP; 4 Jan 2004 14:16:07 -0000 From: "Marius Kirschner" To: "'Matthew Seaman'" Date: Sun, 4 Jan 2004 09:16:06 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcPStl85YBu5Wr4wQNK+pQ8RKKkMDwAEfm/wAAEnoPA= In-Reply-To: <20040104135024.6C12643D5A@mx1.FreeBSD.org> X-Qmail-Scanner-Message-ID: <10732257685268946@mail.agoron.net> Message-Id: <20040104141607.3DC8543D1D@mx1.FreeBSD.org> cc: 'FreeBSD Questions' Subject: RE: Re-make mod_php 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: Sun, 04 Jan 2004 14:16:08 -0000 > > You can achieve pretty much all of the graphical manipulations you > > need by a combination of PHP's built in support for the GD > libraries, > > or by using the exec() capability of PHP to call external programs. > > The netpbm library (ports: graphics/netpbm) and ImageMagick > have some > > suitable command line programs that you can work with > > So I tried to build the standalone ImageMagick > (/usr/ports/graphics/ImageMagick), but after playing around > with it for 2 hours I keep getting the following error: > > jp2.c:778: `JAS_IMAGE_CT_OPACITY' undeclared (first use in > this function) > gmake[1]: *** [jp2.lo] Error 1 > gmake[1]: Leaving directory > `/usr/ports/graphics/ImageMagick/work/ImageMagick-5.5.7/coders' > gmake: *** [all-recursive] Error 1 > *** Error code 2 > > Stop in /usr/ports/graphics/ImageMagick. > > And I already have netpbm installed, but one application > makes use of ImageMagick (or imagick) and while it is not > critical to get it to work it would be nice. :) Ahh, found the problem.....I had to upgrade the jasper port first and then ImageMagick build just fine. ---Marius