Re: [PHP] Library GD dont work

2008-10-11 Thread Ashley Sheridan
On Fri, 2008-10-10 at 16:29 -0500, [EMAIL PROTECTED] wrote:
> 
> 
> Hi forum
> 
> I install library GD in Centos with
> 
> yum install php-gd
> 
> I follow your instructions and install,
> but when i execute phpinfo( ), i see the next
> 
> './configure' '--build=i686-redhat-linux-gnu' '. without-gdbm'
> '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr'
> '--with-png' '--without-gd' ...
> 
> and
> 
> gd
> 
> 
> 
> GD Support 
> enabled 
> 
> 
> GD Version 
> bundled (2.0.28 compatible) 
> 
> 
> FreeType Support 
> enabled 
> 
> 
> FreeType Linkage 
> with freetype 
> 
> 
> FreeType Version 
> 2.2.1 
> 
> 
> GIF Read Support 
> enabled 
> 
> 
> GIF Create Support 
> enabled 
> 
> 
> JPG Support 
> enabled 
> 
> 
> PNG Support 
> enabled 
> 
> 
> WBMP Support 
> enabled 
> 
> 
> XBM Support 
> enabled 
> 
> 
> 
> 
> But don't work with instructions of this library
> .
> 
> And in other server install XAMPP and work very good the same
> code, but need work in first server.
> 
> And other server the
> result phpinfo( ) is
> 
> --with-gdbm=/opt/lampp
> --with-jpeg-dir=/opt/lampp --with-png-dir=/opt/lampp
> --with-freetype-dir=/opt/lampp --with-gd 
> 
> I think when
> re-compile the php don't suport instruction --with-gd
> 
> You
> can help me please.
> 
> Thanks.
> 
> 
> 
> 
> 
Have you configured your php.ini to point to the right GD library?
Usually it'll be a .so or .dll file with 'gd' somewhere in the name. You
probably will just have to uncomment the line that references the
library and restart your web server (Apache, not the computer)


Ash
www.ashleysheridan.co.uk


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



[PHP] Library GD dont work

2008-10-10 Thread opc



Hi forum

I install library GD in Centos with

yum install php-gd

I follow your instructions and install,
but when i execute phpinfo( ),� i see the next

'./configure' '--build=i686-redhat-linux-gnu' '. without-gdbm'
'--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr'
'--with-png' '--without-gd' ...

and�

gd



GD Support 
enabled 


GD Version 
bundled (2.0.28 compatible) 


FreeType Support 
enabled 


FreeType Linkage 
with freetype 


FreeType Version 
2.2.1 


GIF Read Support 
enabled 


GIF Create Support 
enabled 


JPG Support 
enabled 


PNG Support 
enabled 


WBMP Support 
enabled 


XBM Support 
enabled 




But don't work with instructions of this library�
.

And in other server install XAMPP and work very good the same
code, but need work in first server.�

And other server the
result phpinfo�( ) is

�--with-gdbm=/opt/lampp
--with-jpeg-dir=/opt/lampp --with-png-dir=/opt/lampp
--with-freetype-dir=/opt/lampp� --with-gd 

I think when
re-compile the php don't suport instruction --with-gd�

You
can help me please.

Thanks.







RE: [PHP] library GD

2001-07-17 Thread Johan Holst Nielsen

> I installed Apache 1.3 for windows and php4 (Easywindows).
> I take a sample of functions GD, but when the program execute don't appear
> nothing.
>
> What's the problem?

hmm, did you install GD library?
http://www.boutell.com/gd

Regards,

Johan


-- 
PHP General 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]




[PHP] library GD

2001-07-17 Thread Luiz Fernando \(Tuca\)

I installed Apache 1.3 for windows and php4 (Easywindows).
I take a sample of functions GD, but when the program execute don't appear
nothing.

What's the problem?

Thanks

Luiz Fernnado



-- 
PHP General 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]