RE: GD problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



What surprises me about this is that no one in the various forums,
newsgroups, email lists, etc. can offer a solution. I'm sure I'm not the
only one that's had this problem. I can't even get an answer from the gd
forums or faq's.

I guess I'll have to see if I can find a captcha program that doesn't use
gd, or (shudder) move my web server to Windows.

Thanks again

-----Original Message-----
From: Chris [mailto:dmagick@xxxxxxxxx] 
Sent: June 19, 2006 10:14 PM
To: Beauford
Cc: php-general@xxxxxxxxxxxxx
Subject: Re:  GD problems

Beauford wrote:
> Thanks for the reply, but what are these for then - libpng and 
> libjpeg? No where does it say I need anything else. I have searched 
> and searched for information on installing this and never have I seen 
> anything about -devel packages. Even in the link I gave it says 
> nothing about this. I've just spent the last hour searching for these 
> packages and can't even come close to finding anything - all I get is 
> the ones I've already installed, which I'm thinking are one and the 
> same - and they say Windows is bad. It only took me 5 minutes in 
> Windows to get this working.  As you can see I'm way pass frustrated.

Some things you learn from experience or asking questions :)

It's reasonably standard if you want to compile something into another
program, you need the headers (which are in the -devel package mostly). 
Databases are slightly different in that mysql and postgres (at least) give
you a mysql_config and pg_config to tell you about different stuff.

This of course all depends on which system you are running. Most package
based systems separate things out so the base package installs binaries
only, and the -devel package installs headers and things you need to compile
against it. Port systems (*bsd and gentoo for eg) of course are different
again.

I thought php told you what you needed, I know some other programs will stop
the configure script and say "to compile support for X you need package Y
installed". Obviously not..

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux