[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RAQ4] PHP Error - Urgent please!
- Subject: Re: [cobalt-users] [RAQ4] PHP Error - Urgent please!
- From: Marco Baurdoux <linux@xxxxxxxxxxxxx>
- Date: Sun Sep 23 01:41:07 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi K.R
GD is the graphics C library written by Tom Boutell (
http://www.boutell.com/gd/ ), used to create images.
Before version 1.6 it could only create GIF images, but because of the
copyright that has been deposed by the company whom invented the GIF
algorithm, Tom had to change the kind of files his library could use.
So from version 1.7 up to the recent versions ( 1.8 is stable, 2.0 is beta )
the gd supports JPEG, PNG and WBMP.
Now your error comes up because you:
1. haven't compiled PHP to support any version of the GD
2. haven't got a version beyond 1.6 and thus do not have jpeg support.
How do you solve it ????
You have two solutions :
1. Recompile PHP and use this as minimum configure string
./configure --with-gd
2. Consider if you really have the knowledge to administer a Linux box, even
if the cobalt's are easy to use, you still need some basic Linux skills.
le 23.9.2001 16:54, Admin BWK Public Relations à admin@xxxxxx a écrit :
> I want to run a .php script on my raq4 sever but i get an error message
> (below):
>
> ImageCreateFromJpeg: No JPEG support in this PHP build in
> /home/sites/site91/web/member/test/create.php on line 70
> Warning: Supplied argument is not a valid Image resource in
> /home/sites/site91/web/member/test/create.php on line 71
> Warning: ImageJpeg: No JPG support in this PHP build in
> /home/sites/site91/web/member/test/create.php on line 77
>
> In the database i found several messages that means i have to configurate the
> GD?
> Please help me now - what ist a GD? And how I can solve tis error?
>
> Thx, brgds
> K.R. Technical Admin, BWK
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
=======================================================================
Marco Baurdoux
Unix Administrator
Infomaniak Network SA
Avenue de la Praille 26
1227 Carouge
Switzerland
Tel: +41 (0)22 820 35 41
Fax: +41 (0)22 820 35 46
http://web.infomaniak.ch
Linux/Unix is very user friendly,
it's just very picky about who its friends are !!!
=======================================================================