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
[solved] GD library
[solved] GD library
Last edited by janvl on Sun Aug 17, 2008 9:51 pm, edited 1 time in total.
Re: GD library
Depend if php is compiled with libgd2.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.
Check your phpinfo()
Alby
Re: GD library
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
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
I don't use kubuntu/ubuntu/debianjanvl wrote: but I cannot find any GD library, does it mean PHP is not compiled with GD?
And if not how to solve this?
Check packet name, in repository, for php and gd
Alby
Re: GD library
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
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
FOUND IT!!
the module is called PHP-gd, googled and found it, installed it,
restarted apache and now I can continu!
Thanks anyway
the module is called PHP-gd, googled and found it, installed it,
restarted apache and now I can continu!
Thanks anyway
-
- New Member
- Posts: 5
- Joined: Fri Jul 27, 2007 8:42 pm
Re: [solved] GD library
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.