Page 1 of 1
[solved] GD library
Posted: Sun Aug 17, 2008 5:37 pm
by janvl
Hello,
I cannot install because I get this message, and the install will not continu:
"GD library are mandatory for some modules and functionality."
This is a Kubuntu 8.04 fresh install with apache2, php 5.2, Mysql 5.0.51a-3ubuntu5.2.
I was able to solve all item but this one puzzles me.
ImageMagic is installed as is libgd2 and several modules belonging to libgd2.
Has someone an idea on how to solve this,
Thanks for any hint
Jan
Re: GD library
Posted: Sun Aug 17, 2008 7:15 pm
by alby
janvl wrote:
"GD library are mandatory for some modules and functionality."
This is a Kubuntu 8.04 fresh install with apache2, php 5.2, Mysql 5.0.51a-3ubuntu5.2.
I was able to solve all item but this one puzzles me.
ImageMagic is installed as is libgd2 and several modules belonging to libgd2.
Depend if php is compiled with libgd2.
Check your phpinfo()
Alby
Re: GD library
Posted: Sun Aug 17, 2008 7:41 pm
by janvl
Checker PHPinfo
I can find image magic enabled, version 2.01
but I cannot find any GD library, does it mean PHP is not compiled with GD?
And if not how to solve this?
Thanks for the help,
Jan
Re: GD library
Posted: Sun Aug 17, 2008 8:34 pm
by alby
janvl wrote:
but I cannot find any GD library, does it mean PHP is not compiled with GD?
And if not how to solve this?
I don't use kubuntu/ubuntu/debian
Check packet name, in repository, for php and gd
Alby
Re: GD library
Posted: Sun Aug 17, 2008 8:43 pm
by janvl
Hi,
I already checked the repo's and installed everything that had to do with the GD library,
even the python and perl modules.
But nothing helped so far.
So I will ask in the (K)Ubuntu serverforum too.
Thanks so far.
Jan
Re: GD library
Posted: Sun Aug 17, 2008 9:51 pm
by janvl
FOUND IT!!
the module is called PHP-gd, googled and found it, installed it,
restarted apache and now I can continu!
Thanks anyway
Re: [solved] GD library
Posted: Wed Aug 20, 2008 8:57 pm
by jcorrea920
Thank you! My package was named php5-gd. After install I did have to reboot my Ubuntu server but now it works too. Thanks again.