Elxis CMS Forum
Support => Security => Topic started by: manifactura on May 28, 2007, 18:25:57
-
Hi ya all
I faced a slight problem concerning the Security Image and in general the GD lib thing. Icould neither see the image nor to hear the sound.
I found out that I haven't got pre-installed GD library on my PHP 5.0.4 so after some search i found the following command that updated my PHP. I executed it as a root user on my server.
yum install php-gd
PS You may need to restart httpd.
-
That's good but for limited users.
If you are on a shared host enviroment that PHP runs as an Apache module you must re-compile apache. This can be easily done via WHM control panel (cpanel) or Ensim or Plesk. If you are not server owner you should tell your webmaster to do so. Off course GD is pre-installed in almost all servers, so you should normally have no problems with it.