php-install Digest 25 Jul 2001 00:26:27 -0000 Issue 379

Topics (messages 3692 through 3696):

PNG support in PHP-4.0.6 + GD
        3692 by: Cary Moretti

PNG support for PHP-4.0.6 + GD
        3693 by: Cary Moretti
        3696 by: Rasmus Lerdorf

Direct Download Link to Latest PHP?
        3694 by: Jonathan Hilgeman
        3695 by: Darren Casey

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


I've recently installed PHP-4.0.6 on my Linux server (with GD) and I
have had no trouble using the JPEG functions but I can't seem to get my
build to support PNG.

I get the following error:
Warning:  ImagePng: No PNG support in this PHP build

I've tried both GD 2.0.1 and GD 1.8.4 but I get the same result with
both, JPEG works great but not PNG.

My config looks like this:
./configure \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--with-gd \
--with-gd-dir=/usr \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-ttf \
--with-zlib

I've looked through all the posts from this year but no one else seems
to have had trouble with PNG support. It seems like most people are
having trouble with GD.

Any help would be appreciated.

____________________________________
Cary Moretti

"Sure I'm paranoid but am I paranoid enough?"






I've recently installed PHP-4.0.6 on my Linux server (with GD) and I
have had no trouble using the JPEG functions but I can't seem to get my
build to support PNG.

I get the following error:
Warning:  ImagePng: No PNG support in this PHP build

I've tried both GD 2.0.1 and GD 1.8.4 but I get the same result with
both, JPEG works great but not PNG.

My config looks like this:
./configure \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--with-gd \
--with-gd-dir=/usr \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-ttf \
--with-zlib

I've looked through all the posts from this year but no one else seems
to have had trouble with PNG support. It seems like most people are
having trouble with GD.

Any help would be appreciated.

____________________________________
Cary Moretti

"Sure I'm paranoid but am I paranoid enough?"





Perhaps your GD library was not built with PNG support?

On Tue, 24 Jul 2001, Cary Moretti wrote:

> I've recently installed PHP-4.0.6 on my Linux server (with GD) and I
> have had no trouble using the JPEG functions but I can't seem to get my
> build to support PNG.
>
> I get the following error:
> Warning:  ImagePng: No PNG support in this PHP build
>
> I've tried both GD 2.0.1 and GD 1.8.4 but I get the same result with
> both, JPEG works great but not PNG.
>
> My config looks like this:
> ./configure \
> --with-mysql=/usr/local/mysql \
> --with-apxs=/usr/local/apache/bin/apxs \
> --with-gd \
> --with-gd-dir=/usr \
> --with-jpeg-dir=/usr/local \
> --with-png-dir=/usr/local \
> --with-ttf \
> --with-zlib
>
> I've looked through all the posts from this year but no one else seems
> to have had trouble with PNG support. It seems like most people are
> having trouble with GD.
>
> Any help would be appreciated.
>
> ____________________________________
> Cary Moretti
>
> "Sure I'm paranoid but am I paranoid enough?"
>
>
>





I use wget to download packages, so I can't really defeat the anti-leech
programs. Are there any PHP mirrors that offer a direct link to the latest
PHP 4.0.6 distribution?






we use lynx -source but wget works
http://www.php.net/distributions/

Regards
Darren
--
HTTP://WWW.PHP4HOSTING.COM ($)  HTTP://WWW.PHP4HOSTING.CO.UK (£)
Website Hosting from $4.80/£3pm -- .COM/.NET $39.98/£24.99
PHP4, MySQL (Root Access), Full CGI-BIN, Shell Access, FTP, POP3, WAP
All Major Credit/Debit Cards (Dollars, Pounds, Euros)
********************************************************************
This e-mail is confidential and may be privileged.
It may be read, copied and used only by the intended recipient.
If you have received it in error, please contact the sender
immediately by return e-mail.Please then delete the e-mail and do
not disclose its contents to any person. We believe, but do not
warrant that this e-mail and any attachments, are virus free.
This message has been sent via the Internet. Internet communications
are not secure against interception or modification. We therefore
can not guarantee that this message has not been modified in transit,
and this message on its own should not be viewed as contractually binding.
********************************************************************


> -----Original Message-----
> From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]]
> Sent: 24 July 2001 21:37
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Direct Download Link to Latest PHP?
>
>
> I use wget to download packages, so I can't really defeat the anti-leech
> programs. Are there any PHP mirrors that offer a direct link to the latest
> PHP 4.0.6 distribution?
>
>
>
> --
> 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 PROTECTED]
>



Reply via email to