[PHP] Re: images no appearing From: Adrian D'Costa (adrian <email protected>)
Date: 10/03/01

My local gd version is 1.6.2 or higher, online check the link
vvmm.net/phpinfo.php

Adrian

On Tue, 2 Oct 2001, Richard Lynch wrote:

> Older versions of GD will do GIF, but not JPEG, and vice versa...
>
> What versions of GD are on the two servers?
>
> --
> WARNING richard <email protected> address is an endangered species -- Use
> ceo <email protected>
> Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
> Volunteer a little time: http://chatmusic.com/volunteer.htm
> ----- Original Message -----
> From: Adrian D'Costa <adrian <email protected>>
> Newsgroups: php.general
> To: php general list <php-general <email protected>>
> Sent: Monday, September 24, 2001 12:05 AM
> Subject: images no appearing
>
>
> > Hi,
> >
> > I wrote a php script to create a dynamic graph (image/jpeg). On my
> > development system the image appears on my website it gives Image/Jpeg
> > support not compiled.
> >
> > Below are the config settings:
> >
> > My system:
> > Configure Command ^@ './configure' '--prefix=/usr'
> > ^@'--with-config-file-path=/etc' '--disable-debug'
> > ^@'--enable-pic' '--enable-inline-optimization'
> > ^@'--enable-sockets' '--with-apxs=/usr/sbin/apxs'
> > ^@'--disable-static' '--with-exec-dir=/usr/bin'
> > ^@'--with-regex=system' '--with-gd'
> > ^@'--with-jpeg-dir=/usr' '--with-png' '--with-gdbm'
> > ^@'--enable-debugger' '--enable-magic-quotes'
> > ^@'--enable-safe-mode' '--enable-track-vars'
> > ^@'--enable-ftp' '--with-mysql' '--with-xml'
> > ^@'--enable-trans-sid'
> > ^@'--with-readline=/usr/include/readline'
> >
> > My webserver the info can be got from vvmm.net/phpinfo.php.
> >
> > They my provider has given --with-jpeg-dir=/usr/lib still the image does
> > not appear. Even in the gd section it does not give JPG Support
> > enabled. Only give. Right now I have changed the program to work with
> > gif. My question, why not Jpg??
> >
> > Adrian
> >
> >
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>