ImageMacgick 6.2.2

Titam

Verified User
Joined
Apr 29, 2005
Messages
168
I installed ImageMagicked with yum (I have FC3)

I would like to know if i have to add something in customapache/configure.php or not ?


Thanks

(at this time I have this in configure.php :

Code:
#!/bin/sh
./configure \
        --with-apxs \
        --with-curl \
        --with-curl-dir=/usr/local/lib \
        --with-gd \
        --with-gd-dir=/usr/local \
        --with-gettext \
        --with-jpeg-dir=/usr/local/lib \
        --with-kerberos \
        --with-mcrypt \
        --with-mhash \
        --with-mysql=/usr \
        --with-pear \
        --with-png-dir=/usr/local/lib \
        --with-xml \
        --with-zlib \
        --with-zlib-dir=/usr/local/lib \
        --with-zip \
        --with-openssl \
        --enable-bcmath \
        --enable-calendar \
        --enable-ftp \
        --enable-magic-quotes \
        --enable-sockets \
        --enable-track-vars \
        --enable-mbstring
~
 
Last edited:
no you shouldn't have too since imagemagick is just a binary and isn't compiled into anything as far as I remember.

most scripts just call the binary file to make image adjustments.
 
Back
Top