How to install Imagick in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vijayramsree
Forum Newbie
Posts: 1
Joined: Thu Jul 30, 2009 3:06 am

How to install Imagick in php

Post by vijayramsree »

Hi
i install pear module,
and i need to install Imagick,
but error was occured, when the time of install
the error was "ERROR: The DSP imagick.dsp does not exist."
so please help me
User avatar
turbolemon
Forum Commoner
Posts: 70
Joined: Tue Jul 14, 2009 6:45 am
Location: Preston, UK

Re: How to install Imagick in php

Post by turbolemon »

Have you got the ImageMagick binary installed?

What platform are you running on?

Assuming Windows, this might help you:

http://www.phpbuilder.com/board/showpos ... ostcount=9

You ought to search the error message in the future, it's likely that if you are having a problem others have already solved it.
Post Reply