Re: [PHP-INST] GD - JPEG install question.

2003-03-19 Thread heilo
Hi When exactly does this error appear? In fact there is no difference between JPEG and JPG (only the number of letters distinguishes). Send us the code where the error occurs... .ma Rob <[EMAIL PROTECTED]> [EMAIL PROTECTED] 4:52 Uhr: > Hi all, here is my delema! > > I just upgraded to PHP 4.

Re: [PHP-INST] GD configure error.

2003-01-21 Thread toby -
jose are ur jpeg and other libries in php folder ? try moving them round . good luck toby . _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- PHP In

Re: [PHP-INST] GD configure error.

2003-01-21 Thread Jose D. Raffucci
with-jpeg-dir=/usr/local \ --with-zlib=/usr/local \ --enable-inline-optimization \ --with-freetype-dir=/usr/local \ --with-apxs=/www/bin/apxs > -Original Message- > From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 2:23 PM > To: [EMAIL PRO

RE: [PHP-INST] GD configure error.

2003-01-21 Thread Matt Schroebel
age- > From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 2:23 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-INST] GD configure error. > > > I tried that but still fails. > > "Matt Schroebel" <[EMAIL PROTECTED]> wro

Re: [PHP-INST] GD configure error.

2003-01-21 Thread Jose D. Raffucci
I tried that but still fails. "Matt Schroebel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Try adding --with-png-dir=/path/to/libpng > -Original Message- > From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 11:13 AM >

RE: [PHP-INST] GD configure error.

2003-01-21 Thread Matt Schroebel
Try adding --with-png-dir=/path/to/libpng > -Original Message- > From: Jose D. Raffucci [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 11:13 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] GD configure error. > > > Using Red Hat 8.0, Apache 1.3.27, PHP 4.3.0 > > Configur

Re: [PHP-INST] GD Libs on Windows

2002-12-18 Thread Chris Hewitt
ukasz Kowalczyk wrote: Elo I've got a problem with gd libs on PHP 4.2.3 on Windows/Apache server. Well... their disabled :) althought i've uncoment the line: ;extension=gd_lib.dll By uncomment, I assume you mean you have removed the colon at the beginning of the above line? in php.ini I wo

Re: [PHP-INST] GD

2002-11-27 Thread jqp
Well, the first thing to check is why configure can't locate zlib, it's required for png to work. Check if your library cache works (run 'ldconfig -p | grep libz' in linux [check out the rosetta stone at http://bhami.com/rosetta.html for other unices]. If this doesn't work check that you have

RE: [PHP-INST] gd-2.x

2002-11-09 Thread Rasmus Lerdorf
> Sent: Saturday, November 09, 2002 10:58 PM > To: Richard Pijnenburg > Cc: Php-Install > Subject: Re: [PHP-INST] gd-2.x > > Has been for years > > On Sat, 9 Nov 2002, Richard Pijnenburg wrote: > > > When will GD-2.x be supported with php? > > > > Richard Pijnenbu

Re: [PHP-INST] gd-2.x

2002-11-09 Thread Pierre-Alain Joye
On Sat, 9 Nov 2002 23:02:49 +0100 "Richard Pijnenburg" <[EMAIL PROTECTED]> wrote: > Well, i'm getting nothing but errors with php 4.2.3 and gd-2.0.4 > > With the php config, it detects the 2.x functions, but not that they > are really there ( getting all 'no' ) > > Any idea ? How can you expect

Re: [PHP-INST] gd-2.x

2002-11-09 Thread Stephen Edmonds
rg" <[EMAIL PROTECTED]> Cc: "Php-Install" <[EMAIL PROTECTED]> Sent: Saturday, November 09, 2002 9:57 PM Subject: Re: [PHP-INST] gd-2.x > Has been for years > > On Sat, 9 Nov 2002, Richard Pijnenburg wrote: > > > When will GD-2.x be supported w

RE: [PHP-INST] gd-2.x

2002-11-09 Thread Richard Pijnenburg
[mailto:rasmus@;php.net] Sent: Saturday, November 09, 2002 10:58 PM To: Richard Pijnenburg Cc: Php-Install Subject: Re: [PHP-INST] gd-2.x Has been for years On Sat, 9 Nov 2002, Richard Pijnenburg wrote: > When will GD-2.x be supported with php? > > Richard Pijnenburg > Klik-on Inter

Re: [PHP-INST] gd-2.x

2002-11-09 Thread Rasmus Lerdorf
Has been for years On Sat, 9 Nov 2002, Richard Pijnenburg wrote: > When will GD-2.x be supported with php? > > Richard Pijnenburg > Klik-on Internet Solutions > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] GD Library upgrade

2002-06-22 Thread Rasmus Lerdorf
Make sure you rm config.cache before you re-run PHP's configure script. On 23 Jun 2002, Lance Earl wrote: > > > Hi All, > > I am new to this list and hope to find an answer here to a strange > problem. > > I wrote some code that resulted in an error message the said that the > requestion fun

RE: [PHP-INST] GD Lib Support

2002-06-18 Thread Matt Schroebel
Phpinfo should show at least gd, and png support for jpgraph to work. My phpinfo for php-4.1.2 shows: GD Support enabled GD Version 2.0 or higher FreeType Support enabled FreeType Linkage with freetype T1Lib Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled

Re: [PHP-INST] GD Support

2002-06-13 Thread jreid
> How do can you tell if php 4.1.2 has GD support > My ISP says they have GD-lib 2.0.1 on their php 4.1.2 > I can not see any reference to gd on their phpinfo page. > I can not get jpgraph to display > (Fatal error: Call to undefined function: imagecreate() ) > and jpgraph faq says the problem is

Re: [PHP-INST] GD Won't work :(

2002-05-02 Thread Rasmus Lerdorf
Why do you have both --with-gd and --with-gd=shared? On Mon, 22 Apr 2002, Franck Nijhof wrote: > I have compiled PHP 4.1.2 with GD 1.8.4. GD is installed (100% sure) > but 't doesn't work. > GD doesn't show up in the phpinfo(), nothing :( > > This is how I compiled: > > './configure' '--with-a

Re: [PHP-INST] GD 2 after GD 1.8? What the hell?

2002-04-09 Thread Info
ssage - From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> To: "phpman" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 8:14 PM Subject: Re: [PHP-INST] GD 2 after GD 1.8? What the hell? > make sure you: rm config.cache > > On Tue, 9

Re: [PHP-INST] GD 2 after GD 1.8? What the hell?

2002-04-09 Thread Rasmus Lerdorf
make sure you: rm config.cache On Tue, 9 Apr 2002, phpman wrote: > Does anybody know the "trick" to upgrading GD lib from 1.8 to 2b and having > PHP recognize the upgrade and using it on the install. I tried everything I > could find on it, I'm > beginning to think I'm the only person who has a

RE: [PHP-INST] GD compile problem

2002-03-14 Thread LIMBOURG Arnaud
I forgot, it's for PHP 4.1.2 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] GD compile problem - Follow Up

2002-03-14 Thread LIMBOURG Arnaud
This is just a wrning, the real error is previous declaration of `gdIOCtx' any idea why ?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] GD/Zlib install problems

2002-03-13 Thread Joe R. Jah
On Wed, 13 Mar 2002, [iso-8859-1] Jürgen Schoch wrote: > Date: Wed, 13 Mar 2002 18:54:35 +0100 > From: "[iso-8859-1] Jürgen Schoch" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP-INST] GD/Zlib install problems > > Hi there, > I am trying to install GD1.8.4 on a DEC Alpha Tru64 v5.1

Re: [PHP-INST] GD/Zlib install problems

2002-03-13 Thread Rasmus Lerdorf
Don't use relative paths On Wed, 13 Mar 2002, [iso-8859-1] Jürgen Schoch wrote: > Hi there, > I am trying to install GD1.8.4 on a DEC Alpha Tru64 v5.1 with PHP4.1.2 > and Apache 3.1.19 or 3.1.23 > I installed and compiled gd-1.84., zlib-1.1.3, libpng-1.2.1, > freetype-2.0.8. All works fine, gdde

Re: [PHP-INST] GD Graphics with links problem, anybody.....

2002-03-04 Thread Rasmus Lerdorf
You can't put links into an image. You are probably referring to image mapping. Please see: http://www.cris.com/~automata/tutorial.shtml These links do not go into the images at all. They are completely implemented outside of the image and as such PHP has nothing to do with it. -Rasmus On Mo

Re: [PHP-INST] gd problem

2002-01-25 Thread Rasmus Lerdorf
This happens when you have an old version of GD installed on your system. The header files from this old version are picked up by PHP and it thinks your library has GIF support. Do a "locate gd.h" and see how many of those show up on your server. Then get rid of the old gd install, rm config.cac

Re: [PHP-INST] GD / LIBPNG / JPEG

2001-08-15 Thread Ashley M. Kirchner
hide wrote: > checking for gdImageCreateFromPng in -lgd... (cached) no > checking for gdImageCreateFromJpeg in -lgd... (cached) no > > It saw my libpng dir and the jpeg dir, the configure statement did not > fail - but I know if I do make, make install and then compile apache - I > will not get t

Re: [PHP-INST] GD shared - libjpeg.so.62 missing?...

2001-07-14 Thread Zak Greant
Hey Richard! How do the permissions look for that library? --zak Richard wrote: > Warning: Sleep-deprived post... > > Please Cc: me in replies... > > I know I'm not the most clueful guy, but... > > I'm trying to compile GD as a shared library, and failing miserably. > > Comfiguring/making with

Re: [PHP-INST] gd 2.0.1 with php 4.0.6

2001-06-26 Thread Jani Taskinen
If you had bothered searching the mailing list archives before submitting this email, you would have learned that you must use --with-jpeg-dir=/usr , --with-png-dir=/usr , --with-zlib-dir=/usr --Jani On Mon, 25 Jun 2001, Sam Barnum wrote: >Greetings! I'm configuring this on a Penguin Computin

Re: [PHP-INST] GD with Jpeg Support Help

2001-02-20 Thread Kai Schaetzl
> I thought that perhaps GD wasn't compiled with > Jpeg Support, so I went ahead and installed the RPMs from Redhat, which I > know are compiled with that support..because they require the libjpg package > to install. > That is what I thought as well. Check if you really have libjpg on your syst

Re: [PHP-INST] GD and JPEG

2001-01-20 Thread Markus Fischer
On Fri, Jan 19, 2001 at 10:19:35PM -0500, Michael L. Smeby, Jr. wrote : > I've been trying to compile PHP 4.0.4pl1 with GD 1.8.3 and JPEG > and PNG support. GD compiles fine, and is fairly happy in it's > own little artsy universe doing what it does. At this stage, how to you know libgd