Where do I add modules to php? I went through easyapache to rebuild, imagemagick was not listed.
By the way, thanks for the help!!
I recently had to change my php settings to Single PHP.ini and then change my memory_limit in php.ini in public_html to memory_limit = 200M (originally tried 60M and wasn't enough) -- this was for a 9MB image. You might need more... not sure if this relates but just in case. Maybe you figured that part out already... I'm with Bluehost.
I'm not familiar with easyapache, but as I said before, you should add modules to the file "php.ini" (PHP's configuration file). I don't think that you have to recompile PHP every time a module is added either, just the process needs to be restarted.
Thanks again kagutsuchi.
easyapache just shows me the options of what PHP can do, and the options were not there.
How/what should I add into the php.ini file? Should I do the global one (What is the location for that?)?
Where your php.ini is located is dependent on your server as well. For modules, there is a module section where you should add imagick.so or imagick.dll (whichever one is appropriate to your system).
Sorry, now I have a bit more time to delve into this.
Is it possible to not have to globally edit it? Or is that the only way? Once I find that php.ini file, or can I do it for my user account?
Is there another way I could try this as well? Or is ImageMagick my only real fix?