GetSimple Support Forum

Full Version: GD Library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Testing GetSimple on my kubuntu laptop, with generic lamp. phpinfo() (from cli)

PHP Version => 5.3.2-1ubuntu4.5

System => Linux mb5 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686
Build Date => Sep 17 2010 13:39:53
...
gd

GD Support => enabled
GD Version => 2.0
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.3.11
T1Lib Support => enabled
GIF Read Support => enabled
GIF Create Support => enabled
JPEG Support => enabled
libJPEG Version => 6b
PNG Support => enabled
libPNG Version => 1.2.42
WBMP Support => enabled

Directive => Local Value => Master Value
gd.jpeg_ignore_warning => 0 => 0

(system has gdlib2-xpm 2.0.36~rc1~dfsg-3.1ubuntu1 installed)

Installation/Health check scripts report:
GD Library Not Installed - Warning
You can run the following PHP on your server:
Code:
<pre><?php var_dump(get_loaded_extensions()); ?></pre>
This should show every extension PHP knows of. Currently GetSimple will only recognise GD Libary if the extension is identified as “gd” (case insensitive). If yours is known with a different name, let us know. Maybe we can add it for future versions.
array(56) {
...
[44]=>
string(2) "gd"
...
}

However, today the health check reports GD... Which confuses me, but may be due to having added GD yesterday just before installing GetSimple. I may not have restarted Apache after the installation.
Amgine Wrote:Today the health check reports GD… Which confuses me, but may be due to having added GD yesterday just before installing GetSimple. I may not have restarted Apache after the installation.
Forgetting to restart Apache could’ve been the problem, yes. Glad it’s working now and thanks for the follow up!