kramerz
Jul 15 2004, 08:22 PM
http://sourceforge.net/project/showfiles.p...?group_id=24099
I need to install
Zend Optimizer.
GD2 Graphics Library.
ImageMagick to enable the filtering
for a script I'm going to be running.
x007
Jul 15 2004, 08:34 PM
GD2 is probably already installed
see : imagemagick.org
pinko
Jul 16 2004, 05:26 AM
I installed ImageMagic lately, and gave me just one lib dependency. I downloaded that than first, installed, and then installed ImageMagic. Everything went ok!
If you have no experience with Linux commands, i suggest you install Webmin, it will make your life much easier, and it's all about managing your whole box. Good luck!
kramerz
Jul 16 2004, 04:26 PM
Cheers man, I'll check that out tomorrow.
bmeshier
Jul 25 2004, 10:38 PM
If you're on a redhat box use up2date to install ImageMagick. GD should already be installed, if not, use up2date. Installing Zend will take a little bit more work. You'll need to install the library in to /usr/lib/php4/ then add it to the php.ini configuration in /etc/php.d/. I used this method to compile my own modules for PHP, works nicely.