|
Home > Archive > Netware Webserver > January 2006 > GD2
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Stephen Hook 2006-01-20, 7:46 am |
| Hi
We have just upgraded Netware 6 to 6.5(sp4) on our webserver. GD (in
PHP4) worked fine on the old platform (Apache 1.?) but now with PHP5 and
Apache 2, GD2 (from php_gd2.nlm) does not work. A quick look at
phpinfo() says:
GD Support enabled
GD Version 2.0 or higher
GIF Create Support enabled
and thats all! Of course, all my php files that create and use images,
use PNG-format. Trying to force php5 to use the older php_gd.nlm result
in chaos.
Using gd_info() in php gives the following to make it clear that it
doesn´t support anything and just confirms the above:
array(11) {
["GD Version"]=>
string(13) "2.0 or higher"
["FreeType Support"]=>
bool(false)
["T1Lib Support"]=>
bool(false)
["GIF Read Support"]=>
bool(false)
["GIF Create Support"]=>
bool(true)
["JPG Support"]=>
bool(false)
["PNG Support"]=>
bool(false)
["WBMP Support"]=>
bool(false)
["XPM Support"]=>
bool(false)
["XBM Support"]=>
bool(false)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
So what do I do now? Where do I get the correct php_gd2.nlm, or is it a
problem with the supporting libraries?
Steve Hook
| |
| Anders Gustafsson 2006-01-20, 5:46 pm |
| Stephen Hook,
> So what do I do now? Where do I get the correct php_gd2.nlm, or is it a
> problem with the supporting libraries?
>
Check www.gknw.com
- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)
Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement
Using VA 5.51 build 315 on Windows 2000 build 2195
|
|
|
|
|