Page 1 of 1

VAMP running on VMS 8.2

Posted: Sat Nov 19, 2005 6:50 pm
by issinoho
The VAMP server has been upgraded to run OpenVMS Alpha V8.2, TCPware 5.7-1, SWS (Apache) 2.1 & mod_php 1.3

Upgrade took roughly 4 hours and was largely trouble-free.

Posted: Sun Nov 20, 2005 12:54 am
by Peter Weaver
Did you get GD working with PHP?

This is what I see when I try it;

php test_gd.php
Content-type: text/html
X-Powered-By: PHP/4.3.10

array(10) {
["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(false)
["JPG Support"]=>
bool(false)
["PNG Support"]=>
bool(false)
["WBMP Support"]=>
bool(false)
["XBM Support"]=>
bool(false)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}

So it looks to me like GD is there and working, but it does not do anything. I do not see any way to turn on JPG, of GIF or FreeType support (I do have the FreeType package on my system).

Posted: Sun Nov 20, 2005 9:17 am
by issinoho
Did you get GD working with PHP?
It's next on my list, Peter. I'll post the results.