Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Problem with jpg support in gd...

 
   Database Forums (Home) -> PHP RSS
Next:  $string filter for currency 0.00... help  
Author Message
svnftgmp

External


Since: May 05, 2006
Posts: 1



(Msg. 1) Posted: Fri May 05, 2006 11:48 am
Post subject: Problem with jpg support in gd...
Archived from groups: alt>php (more info?)

I've a problem using gd to generate jpegs...i did gd_info and found
that it's not enabled:

{ ["GD Version"]=> string(27) "bundled (2.0.28 compatible)" ["FreeType
Support"]=> bool(false) ["T1Lib Support"]=> bool(false) ["GIF Read
Support"]=> bool(true) ["GIF Create Support"]=> bool(true) ["JPG
Support"]=> bool(false) ["PNG Support"]=> bool(true) ["WBMP
Support"]=> bool(true) ["XPM Support"]=> bool(false) ["XBM
Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=>
bool(false) }

However, my configure command has the --with-jpeg-dir command:
'--with-apxs2=/usr/sbin/apxs' '--with-mysql' '--with-pgsql'
'--with-xsl' '--with-xslt' '--with-config-file-path=/etc/php.ini'
'--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-zlib-dir'
'--with-free-type'

Anybody have any suggestions?

 >> Stay informed about: Problem with jpg support in gd... 
Back to top
Login to vote
Good Man

External


Since: Sep 04, 2003
Posts: 99



(Msg. 2) Posted: Fri May 05, 2006 2:46 pm
Post subject: Re: Problem with jpg support in gd... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"svnftgmp" wrote in


> I've a problem using gd to generate jpegs...i did gd_info and found
> that it's not enabled:
>
> { ["GD Version"]=> string(27) "bundled (2.0.28 compatible)" ["FreeType
> Support"]=> bool(false) ["T1Lib Support"]=> bool(false) ["GIF Read
> Support"]=> bool(true) ["GIF Create Support"]=> bool(true) ["JPG
> Support"]=> bool(false) ["PNG Support"]=> bool(true) ["WBMP
> Support"]=> bool(true) ["XPM Support"]=> bool(false) ["XBM
> Support"]=> bool(true) ["JIS-mapped Japanese Font Support"]=>
> bool(false) }
>
> However, my configure command has the --with-jpeg-dir command:
> '--with-apxs2=/usr/sbin/apxs' '--with-mysql' '--with-pgsql'
> '--with-xsl' '--with-xslt' '--with-config-file-path=/etc/php.ini'
> '--with-gd' '--with-jpeg-dir' '--with-png-dir' '--with-zlib-dir'
> '--with-free-type'
>
> Anybody have any suggestions?

enabling it in php.ini?

 >> Stay informed about: Problem with jpg support in gd... 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
when will php support alias name? - When using c++, we could do: using abc = xxx.yyy; // am i right? When using python we could do: import abc.efg as efg When will php support: class My_Best_Class { } define('MyClass', 'My_Best_Class'); $o = new MyClass; // use MyClass as aliasname of..

Tokenizer Support -

MySQL timezone support - setting from PHP - I am using the MySQL date and time functions and they save a lot of my time. But the server is located in a time zone 2 hours away. I read in the SQL docs how to set the timezone on a per-connection basis, but how would I do that from PHP ? bill

UTF-8 Problem - Hi... I've got a silly problem. I'm using a MySQL 4.1 with UTF-8 charset. phpMyAdmin with UTF-8 charset aswell. The problem is when I enter data in phpMyAdmin or any other MySQL tool, I can't see non standard letter in my app. But when I enter..

UTF-8 Problem - Hi... I've got a silly problem. I'm using a MySQL 4.1 with UTF-8 charset. phpMyAdmin with UTF-8 charset aswell. The problem is when I enter data in phpMyAdmin or any other MySQL tool, I can't see non standard letter in my app. But when I enter data....
   Database Forums (Home) -> PHP All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]