guymelef

Member
Nov 30, 2006
22
0
151
HI I moved up to a new server.

Now my image program didn't work.

The imagecreatetruecolor ( int x_size, int y_size ) function needs the gd library.

I checked phpinfo()

I saw that I dont have some php libraries in my new server.

Where I could find all of these and how to install?

zend optimizer
curl
domxml
exif
gd
gettext
imap
mbstring
mcrypt
mhash
openssl
wddx
xmlrpc
xslt
Additional Modules - ionCube Loader
 

jayh38

Well-Known Member
Mar 3, 2006
1,212
0
166
You have the option to install those when you compile apache.

whm > software > apache update

If it shows, click "load previous config" and select your modules.

A word of caution, do not select everything and only select what you are
sure you need.
 

kdarray

Well-Known Member
Apr 13, 2006
81
0
156
Washington
you can run this from the ssh root:

/scripts/easyapache

then you can chose what modules you wan to compile and rebuild apache with them. you should be ok then.