Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2008 08:29:14 +0100
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Brett Davidson <brett@net24.co.nz>, Steve Bertrand <steve@ibctech.ca>, Tom Worster <fsb@thefsb.org>
Subject:   Re: lang/php5 port
Message-ID:  <200812170829.15248.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <C56DE752.6B3F%fsb@thefsb.org>
References:  <C56DE752.6B3F%fsb@thefsb.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 17 December 2008 05:16:34 Tom Worster wrote:
> On 12/16/08 8:33 PM, "Steve Bertrand" <steve@ibctech.ca> wrote:
> > One of the reasons I've had to edit Makefile manually was because a
> > client needed JPEG support.
> >
> > At the time, `make config' didn't provide that option.
> >
> > You make a couple of valuable points however. It would be easier if the
> > OP's demands could be met with your method.
>
> options such as jpeg, png, freetype were not offered by make config in
> lang/php-extensions when i tried it today in 7.0-RELEASE-p6. however, these
> extensions that i do need were included with the gd option.

Exactly, there are no jpeg_* functions and is no jpeg module for php. Image 
functions are handled by gd and there's also a PECL extension to work with 
ImageMagick. Read more about PECL here: http://pecl.php.net/ and all PECL 
ports for FreeBSD are named pecl-*. So:
make -C /usr/ports search name=pecl-*	|less
will give you an overview of the PECL ports.
-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812170829.15248.fbsd.questions>