[nmglug] php.ini and imagemagick

andres andres at paglayan.com
Fri Mar 28 15:55:32 PDT 2008


I'd google for
<your distro> how to compile php imagemagick
all distros include the source of the packages,

but first look into your package manager for a pre-compiled module

as in:
#> apt-cache search php | grep imagick
php5-imagick - ImageMagick module for php5

then
#> sudo apt-get install php5-imagick
ta da!



On Fri, 2008-03-28 at 16:12 -0600, Bill York wrote:
> another post i saw says that imagemagick support must be compiled into
> php. i'm guessing that this is the problem.
> 
> so my question now is: 
> is the source code for php generally included and how do i find the
> initial ./configure parameters so i can recompile it with the same
> options?
> 
> thanks
> 
> 
> On Fri, Mar 28, 2008 at 3:53 PM, Bill York <iago at pobox.com> wrote:
>         am i wrong in assuming that convert is the program i'm looking
>         for? that program resides in /usr/local/bin which is, needless
>         to say, in the path already.
>         
>         
>         
>         On Fri, Mar 28, 2008 at 3:27 PM, andres <andres at paglayan.com>
>         wrote:
>                 that's more like a parameter for before compliling,
>                 like in
>                 ./configure --with-imagick=/path/to/ImageMagick
>                 
>                 if you add the imagick path to the environment it will
>                 find it,
>                 else use the same format that any other path
>                 declaration uses in your
>                 php ini,
>                 
>                 
>                 On Fri, 2008-03-28 at 14:59 -0600, Bill York wrote:
>                 > Does anyone know how to edit the php.ini file to
>                 point to the imagick
>                 > path? I found this line on a forum
>                 >
>                 > I think you can set the path in your php.ini file
>                 with
>                 > --with-imagick[=DIR]
>                 >
>                 > But that doesn't seem to conform to the format of
>                 the rest of the
>                 > file.
>                 >
>                 > bill
>                 >
>                 
>                 > _______________________________________________
>                 > nmglug mailing list
>                 > nmglug at nmglug.org
>                 > https://nmglug.org/mailman/listinfo/nmglug
>                 
>                 _______________________________________________
>                 nmglug mailing list
>                 nmglug at nmglug.org
>                 https://nmglug.org/mailman/listinfo/nmglug
>                 
>         
>         
> 
> _______________________________________________
> nmglug mailing list
> nmglug at nmglug.org
> https://nmglug.org/mailman/listinfo/nmglug
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5537 bytes
Desc: not available
URL: <http://lists.nmglug.org/pipermail/nmglug-nmglug.org/attachments/20080328/7995d229/attachment.bin>


More information about the nmglug mailing list