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.

[PHP-INST] GD - JPEG install question.

2003-03-18 Thread Rob
Hi all, here is my delema! I just upgraded to PHP 4.3.1. I installed with this configure command: [root /root]# ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd - -with-gettext=/usr --enable-safe-mode --with-config-file-path=/etc/httpd --with -exec-dir=/usr/bin --with-zlib --enable

[PHP-INST] gd lib probleme ?

2003-02-15 Thread Jonas Geiregat
I installed gd lib perfectly only I have a few question I had to configure it with 2extra options --with-zlib-dir=/usr/local and --with-png-dir=/usr/local I assume that he asks for the shared library's of those 2 so when doing rpm -ql zlib and rpm -ql libpng3-1.2.4-3mdk I get /usr/lib/libz.so.1 /

[PHP-INST] GD: Call to undefined function: imagettftext()

2003-02-12 Thread sb
Hello, I'm trying to get to run the GD function imagettftext(). Compilation and installation seems to work fine, but when running a script with this function i get this error: "Call to undefined function: imagettftext()." The same script runs fine under the Win binaries. Has anyone an idea what

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
uesday, 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 > > Configuration line: > > ./configure --with-apxs=/usr/local/apache/bin/apxs > --with-mysql --with-inter > base=

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,

[PHP-INST] GD configure error.

2003-01-21 Thread Jose D. Raffucci
Using Red Hat 8.0, Apache 1.3.27, PHP 4.3.0 Configuration line: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-inter base=/opt/interbase --with-gd I get this error: configure error libpng not found. I did a locate and found the library in /usr/lib. Interesting enough w

[PHP-INST] gd lib version < 1.6

2003-01-08 Thread kimBlim
Hi, just wondering if anyone has an older version of php_gd.dll, so I can use the gif generator?? dont know if it has any importance, but I am on a win2k, running php under the IIS.. cheers, kimblim | www.kimblim.dk

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

[PHP-INST] GD Libs on Windows

2002-12-18 Thread £ukasz Kowalczyk
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 in php.ini I've installed Apache 2.0.43 from Win binaries and PHP 4.2.3 from Win binaries too. Help me! Nailee -- Nailee [EMAIL PROTECTED]

[PHP-INST] GD not loading

2002-12-12 Thread Anibal
I`m trying to load GDlib in PHP, but it`s not working. Everything seems to be OK, but when i try to execute some GD function, i get error. What is happening ? Ideas ? I recompiled PHP with: ./configure --with-mysql --with-apxs --enable-dbase --with-gd --with-gd-lib=/usr/local/lib --with-jpeg-dir=/

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

[PHP-INST] GD

2002-11-27 Thread    
I know this isnt strictly related to PHP but I'm trying to recompile PHP with GD support, and I've run into a little problem. When i try to ./configure GD 2.0.8 it cant find anything!! configure: WARNING: zlib is required - see http://www.gzip.org/zlib/ checking for libpng-config... no checking

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

[PHP-INST] gd-2.x

2002-11-09 Thread Richard Pijnenburg
When will GD-2.x be supported with php? Richard Pijnenburg Klik-on Internet Solutions

[PHP-INST] gd install on Windows2000

2002-09-29 Thread LSC Exhibits Department
I have gd2.0.1 installed on my development box which is running Linux has someone been able to installe dthe libraries and such on a windows2000 box? thIs is what the powers that be at work have decided that I must work with. If someone has could that please advise me of any issues and do a genera

[PHP-INST] gd errors while compiling PHP

2002-07-14 Thread Santosh Narayanan
Hi, I am trying to compile PHP-4.1.2 on a Redhat machine. The configure goes through without any errors. (see configure options below) However when I do a make I get some gd related errors (see the errors below). I searched the php install list and found messages that said similar errors mig

[PHP-INST] gd and freetype

2002-07-05 Thread Daniel Svanbäck
Hi! How do I install freetype2 when I allready have gd 1.8.4 installed. Do I have to recompile the php module.. there have to be an easier way -- 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

[PHP-INST] GD Library upgrade

2002-06-22 Thread Lance Earl
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 function required GD Graphic Library 2.0 or above. I recompiled using GD Library 2.0.1 and reran the code and still got the same

RE: [PHP-INST] GD Lib Support

2002-06-18 Thread Matt Schroebel
t; -Original Message----- > From: John Thorne [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 17, 2002 6:49 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] GD Lib Support > > > Hello: > > Working with jpGraph that says you need php GD support > On my home Redhat 7

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

[PHP-INST] GD Support

2002-06-13 Thread John Thorne
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 no gd suppor

[PHP-INST] gd doesn' work anymore

2002-05-31 Thread Erik
hi, gd librarly refuses to work it worked before phpinfo(); says enabled (everything) at the gd section and still it doesn't work it shows a "dead image" how do i get it back to "work" ?? help please . -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: ht

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

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

2002-05-02 Thread Franck Nijhof
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-apxs=/usr/sbin/apxs' '--with-config-file-path=/etc/php' '--with-gd' '--enable-memory-limit' '--with-xml' '-

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

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

2002-04-09 Thread phpman
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 hard time installing gd lib 2. HELP!! -dave ps -

[PHP-INST] gd symbols multiply defined compile errors

2002-04-04 Thread Bob Mroczka
I tried compiling php 4.1.2 as an apache module with this command line: ./configure --with-config-file-path=/usr/local/apache/conf \ --with-mysql \ --with-apxs=/usr/local/apache/bin/apxs \ --with-gd=shared,/usr/local \ --with-zlib-dir=/usr/local \ --with-j

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

[PHP-INST] GD compile problem

2002-03-14 Thread LIMBOURG Arnaud
Hello, i'm trying to compile php with the gd and i have the infamous 'GDImageResolve' follows non-static ... bug It's on a redhat 7.2, does anybody have any clue what i can do ? I know it's question already asked but i couldn't find any answer which works. Thanks in advance. Arnaud -- PHP I

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 inst

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

[PHP-INST] GD/Zlib install problems

2002-03-13 Thread Jürgen Schoch
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, gddemo produces nice output Then I want to include it in PHP: ./configure --with-apache=../apac

[PHP-INST] gd-library on windows ...

2002-03-09 Thread Marcel Besancon
Hi everybody, i'm want to use windows for developing PHP-Scripts. Now here's my problem. Is there any way to use the gd-library under windows? Or where do I put the gd.dll. I tried many directories but none of them worked (Though some of them have been written to the php.ini as include-direct

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

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

2002-03-04 Thread Archer Vallesfin
Hello, Good Day php guru! Anybody have an idea how to put links in an image created by GD? I used imagecreate and also imagearc and I would like to put links to that circle (imagearc). anybody? help... archer Thanks to all... -- PHP Install Mailing List (http://www.php.net/) To unsubscr

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

[PHP-INST] gd problem

2002-01-25 Thread Kae Verens
I've been tackling this problem for a few days now (it's essential to a project I'm working on). I'm trying to install PHP4.1.1 with gd support. I have the latest gd installed (2.0.1 - same problem with 1.8.4), and always come across the same problems After configuring, a "make >/dev/null" retur

[PHP-INST] GD 2.0.1 DLL

2001-10-09 Thread Jonathan Hilgeman
Does anyone have a GD 2.0.1 compiled extension for PHP in a Windows 32 environment? - Jonathan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROT

[PHP-INST] gd-lib with freetype ttf ( AIX )

2001-08-28 Thread Berthold Reif
Hi all, We tried to install apache with PHP, gd-lib and freetype ttf support on an IBM AIX 4.3.3. system. freetype 2.0.4 was generated in /usr/local/gnutils/freetype-2.0.4/ (with jam). We tried the following config command: ./configure --with-apache=../apache_1.3.20 --without-mysql --enable

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

[PHP-INST] GD / LIBPNG / JPEG

2001-08-15 Thread hide
Hi all, Has anyone successfully compiled support for these with php? I have tried almost everything (incorrectly obviously). My last configure statement output this: checking whether to include T1lib support... no checking for gdImageString16 in -lgd... (cached) yes checking for gdImagePalette

[PHP-INST] GD 1.8.4 + FreeType 2.0.4 = TTF Problem

2001-08-06 Thread Michail A.Baikov
But! 0. Redhat 7.1 without X. 1. I'm installed FreeType 2.0.4 2. Installed GD 1.8.4 (with support FreeType 2.0.4). 3. make configure: CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti" export CFLAGS CXX CXXFLAGS ./configure \ --disable-d

[PHP-INST] GD 1.8.4+PHP 4.0.6

2001-07-19 Thread tom
Compiling PHP 4.0.6 with GD 1.8.4 gave me the following error: make[3]: Entering directory `/root/install/php-4.0.6/ext/gd' gcc -I. -I/root/install/php-4.0.6/ext/gd -I/root/install/php-4.0.6/main -I/root/install/php-4.0.6 -I/root/install/apache_1.3.20/src/include -I/root/install/apache_1.3.20/

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

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

2001-07-13 Thread Richard Lynch
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 without the "shared," part in "--with-gd=shared,/blah/blah/blah" works just fine, and the resulting

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

[PHP-INST] gd 2.0.1 with php 4.0.6

2001-06-25 Thread Sam Barnum
Greetings! I'm configuring this on a Penguin Computing running linux 7.1. php version 4.0.6, gd 2.0.1 I was able to get gd-1.8.5 running as a shared module wanted resampled jpegs, so upgrade to gd-2.0.1 with very little luck at that, and not able to return to gd-1.8.5. Self-taught on linux, so

[PHP-INST] gd-2.0.1

2001-05-02 Thread Dave Mariner
Hi, I need to add true-colour support to some code I'm writing, so want to build gd-2.0.1as an extension to PHP4 (currently have 4.0.4pl1). I have the gdlib building as a .so but don't know where to go from here. I'm running Mandrake Corporate Server 1.0.1, if that makes a difference.

[PHP-INST] gd support

2001-04-27 Thread lookalive
Do web hosts have to enable GD support or should it already be active. I checked the phpinfo.php on my host (portland.co.uk) and noticed that GD support wasn't there. I haven't had a reply from them so can anyone tell me if it possible for it to be enabled somehow? Thanks -- PHP Install Maili

[PHP-INST] gd and gdImageCreateFromJpeg - problem with php-3.0.18

2001-03-04 Thread mac
hi there, there were really many mails about this thing. on my productive-machines (linux and freebsd) is this damn thing really working. now i installed my old ppc-box with linux a i am not able to make the yes besides gdImageCreateFromJpeg. the cuurent version of jpeg-6b with enabled-shared

[PHP-INST] gd & Freetype

2001-02-20 Thread Telia etelia - Troels Larsen
Hi everybody, I'm usually able to fix most wierd problems, but I seem to have hit a wall here... I've installed gd 1.8.3 with no problems, I can create png's etc I've installed Freetype 1.x But. when I try to create an image with ttftext, I get a broken image any ideas? I might h

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

[PHP-INST] GD with Jpeg Support Help

2001-02-19 Thread Michael Bryan
Hey Guys.. I've been working on installing GD with support for Jpeg. I cannot seem to get it working in PHP, however. When I try to use it in practice, I get the following error: Warning: ImageCreateFromJpeg: No JPEG support in this PHP build Here's the configure command I used: ./configure

[PHP-INST] GD Problem

2001-02-08 Thread \(Mr\) Pekka Gaiser
Hi, I killed PHP today trying to recompile it with GD support Could someone explain a linux beginner how to use GD with PHP's dl() command. Also, for my work I now have to use a server where I don't have admin rights so I can't compile anything... Anyone have an Idea about where to get the

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

[PHP-INST] GD and JPEG

2001-01-19 Thread Michael L. Smeby, Jr.
OK, here is the bane in my otherwise dull existance ... :-) 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. However, when I compile PHP, it will recognize the PNG suppor