Re: Re-make mod_php

2004-01-04 Thread Matthew Seaman
On Sun, Jan 04, 2004 at 08:50:23AM -0500, Marius Kirschner wrote: > 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

RE: Re-make mod_php

2004-01-04 Thread Marius Kirschner
> > 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

RE: Re-make mod_php

2004-01-04 Thread Marius Kirschner
> Hmmm... As far as I can tell, the --with-imagick option > doesn't exist in PHP4 or later. Which is probably why there > isn't a 'WITH_IMAGICK' > option in the port Makefile. > > In fact, see this, from the principal author of PHP himself: > > http://www.phpbuilder.com/lists/php-general/2

Re: Re-make mod_php

2004-01-04 Thread Matthew Seaman
On Sat, Jan 03, 2004 at 09:46:48PM -0500, Marius Kirschner wrote: > I have the need to re-configire mod_php4 using the ports and add another > package (--with-imagick) that is not part of the default options. Where do I > put the imagick source (should be in /usr/src/php/ext), and which file do I >