[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] GD
- Subject: Re: [cobalt-users] GD
- From: Jeff Lasman <blists@xxxxxxxxxxxxx>
- Date: Mon Feb 23 13:18:01 2004
- Organization: nobaloney.net
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Monday 23 February 2004 04:21 am, Andy Jacobs wrote:
> A bit OT but I'm really struggling here. I'm trying to get an
> auction script running that relies on GD. I've installed GD and the
> jpeg libraries (I think). GD said that jpeg support was there and
> everything seemed to go OK. The script I'm running is still
> complaining that GD is not installed.
You don't say what kind of script you're trying.
Is it a PHP script? If so, do you have GD built into PHP?
Are there any instructions with the auction script for making sure you
have GD support? If so, have you followed them?
Try this:
1) create a file in your site web directory named: phpinfo.php
The contents of the file should be only these three lines:
<?php
phpinfo();
?>
Make sure the file is readable; 644 works for me.
Then look at it in your browser:
http://www.domain.ext/phpinfo.php
and scroll down to find support for gd; you should have a section titled
"gd", something like this:
<snip>
GD Support enabled
GD Version bundled (2.0.15 compatible)
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
</snip>
If you don't, then you don't have PHP compiled properly.
Jeff
--
Jeff Lasman, nobaloney.net, P. O. Box 52672, Riverside, CA 92517 US
Professional Internet Services & Support / Consulting / Colocation
Our blists address used on lists is for list email only
Phone +1 909 324-9706, or see: "http://www.nobaloney.net/contactus.html"