[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] GD 2.x install on Cobalt Raq4?
- Subject: Re: [cobalt-users] GD 2.x install on Cobalt Raq4?
- From: "Dom Scott" <dom@xxxxxxxxxxxxxxx>
- Date: Tue Aug 5 01:56:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Steve Bassi" <steve@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, August 04, 2003 11:26 PM
Subject: Re: [cobalt-users] GD 2.x install on Cobalt Raq4?
> Then I think it is just your configure line in php.
>
> I use ... --with-gd=/usr/local
>
> Can you post your php configure line ??
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-config-file-path
=/etc/httpd --with-exec-dir=/usr/bin --with-libdir=/usr/lib --with-zlib --wi
th-gd --enable-gd-native-ttf --with-jpeg --with-ttf --with-gettext=/usr --wi
th-png --with-regex=system --with-db --with-gdbm --with-mbstring --with-mbst
r-enc-trans --with-ldap --with-mysql=/usr --with-pgsql=shared --with-pdflib=
shared --enable-ftp --enable-safe-mode --enable-trans-sid --enable-inline-op
timization --enable-track-vars --enable-wddx=shared --enable-mm=shared --ena
ble-magic-quotes --enable-xml --disable-debug
I am using the standard php 4.3.1 tarball from php.net, with no external gd
library. I've tried configuring with --with-gd=/usr/local and it comes back
saying "configure: error: Unable to find gd.h anywhere under /usr/local",
but I guess that figures, as I don't have gd installed separately. I can
install the boutell version of gd from source, but I would really like to
get the bundled version working as my main need for gd is translucent
watermarks. (and according to the php site, the bundled version has better
alpha blending than the boutell version?).
Thanks for your help guys