How can I know GD2 which have been installed or yet?
Or how can I install its?
Can you help me?
Thanks!
How can I know GD2 which have been installed or yet?
Or how can I install its?
Can you help me?
Thanks!
Upload a file called phpinfo.php with the following contents:
<html>
<head>
<title>whatever you want</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>
Then go to serverpath/phpinfo.php and it will tell you all about the installed PHP configuration.
If GD is installed it will have '--with-gd' in the configure command and a gd section lower down the page.
If it's not installed then in WHM, Software, Update Apache you will find a GD2 option under Php Module .
You may wish to include other options as discussed in http://forums.cpanel.net/showthread.php?threadid=11156
and http://forums.cpanel.net/showthread.php?threadid=11994
I have never seen the GD2 Module on PHP in easy apache. Only GD.