Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 2004 02:22:19 +0200
From:      Nika Vidal <nikageek@gmail.com>
To:        Nika Vidal <nikageek@gmail.com>, freebsd-ports@freebsd.org
Subject:   Re: Problem with graphics/php4-gd
Message-ID:  <d8478986040922172222589be7@mail.gmail.com>
In-Reply-To: <20040920102323.GB6502@happy-idiot-talk.infracaninophile.co.uk>
References:  <d8478986040919165235e306c1@mail.gmail.com> <20040920102323.GB6502@happy-idiot-talk.infracaninophile.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello again,

I have another problem with gd, coppermine needs jpeg support on gd,
but compiling gd with WITH_JPEG=yes option doesn't work.

I've been searching on google and I didn't find any information about it.

Can someone help me??

Regards.



On Mon, 20 Sep 2004 11:23:23 +0100, Matthew Seaman
<m.seaman@infracaninophile.co.uk> wrote:
> On Mon, Sep 20, 2004 at 01:52:38AM +0200, Nika Vidal wrote:
> 
> > I'm trying to install coppermine image gallery on my FreeBSD system,
> > but it depends of graphics/php4-gd.
> >
> > php4-gd needs installing X11 but I don't want to install it, there is
> > any way to install php4-gd without installing X11??
> 
> It's not graphics/php4-gd that depends on X11 itself, but the
> graphics/gd port.
> 
> You can certainly install graphics/gd without having to install the
> X11 client libraries -- you can even install it with Xpm support and
> without the rest of X11.
> 
> Install graphics/gd like so:
> 
>     # cd /usr/ports/graphics/gd
>     # make clean
>     # make install WITH_XPM=yes WITHOUT_X11=yes
> 
> or, if you're a portupgrade user, add the following to the MAKE_ARGS
> array in /usr/local/etc/pkgtools.conf:
> 
>     'graphics/gd'  =>  [ 'WITH_XPM=yes', 'WITHOUT_X11=yes', ],
> 
> Whichever way you choose, then go on to install graphics/php4-gd as
> normal.
> 
> Actually 'WITHOUT_X11' is used by many ports that have optional X11
> support, so for an X-less machine, putting WITHOUT_X11=yes into
> /etc/make.conf is a pretty good idea.
> 
>         Cheers,
> 
>         Matthew
> 
> --
> Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
>                                                       Savill Way
> PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
> Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
> 
> 
> 
>



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