PDA

View Full Version : Trouble with GD in PHP



gonzalezmfrank
10-05-2005, 09:42 PM
I have a problem with PHP and the GD libraries, my installation is Knoppix 3.8

When i tryed to use a PHP code that uses a GD like <? $im = imagecreatetruecolor(10,10); ?>

the result is " Call to undefined function: imagecreatetruecolor() "

my php details is

http://200.82.232.64:80/pruebas/info.php

Someone know how can i resolve this ?

Thanks a lot

Frank :(

rusty
10-06-2005, 01:11 AM
Perhaps you need the gd prefixed:

http://www.boutell.com/gd/manual2.0.33.html#gdImageCreateTrueColor

Are other gd calls working?

gonzalezmfrank
10-06-2005, 12:13 PM
No really, i'm trying to resolve the case, the functions that uses GD crash ..... i looking the library in the apt-get way for debian

Thanks. Frank