Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GD Library
#1
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
Reply
#2
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.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply
#3
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.
Reply
#4
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!
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply




Users browsing this thread: 1 Guest(s)