Search found 7 matches

by holdoffhunger
2013-05-30T13:56:46-07:00
Forum: Developers
Topic: Apache / PHP / Imagick
Replies: 12
Views: 33036

Re: Apache / PHP / Imagick

Decided to write out a more detailed guide, to post at the PHP.net page for those seeking resolve to this issue: Guide to Building an Apache/PHP/Imagick Server with Linux/CentOS 6.4::: 1. Install CentOS 6.4. (Theoretically, other versions of CentOS should work as well, but I simply chose the most re...
by holdoffhunger
2013-05-30T09:33:20-07:00
Forum: Developers
Topic: Apache / PHP / Imagick
Replies: 12
Views: 33036

Re: Apache / PHP / Imagick

Solved. I knew the solution would be really simple. 1. Install CentOS 6.4. 2. Install PHP, PHP-Common, PHP-extensions, etc., from standard Application Package Manager. 3. From admin mode ("su" command), command: yum install ImageMagick ImageMagick-devel 4. Command: pecl install imagick 5. ...
by holdoffhunger
2013-05-30T05:34:57-07:00
Forum: Developers
Topic: Apache / PHP / Imagick
Replies: 12
Views: 33036

Re: Apache / PHP / Imagick

I have a new strategy to get this working. Try to mimic any shared host reseller's configuration, particularly where I already have an account with perfectly functioning online PHP, hostgator. That means: PHP 5.2.17 along with Imagick 3.0.1. I'll try this today and see what happens. I've spent quite...
by holdoffhunger
2013-05-29T17:52:16-07:00
Forum: Developers
Topic: Apache / PHP / Imagick
Replies: 12
Views: 33036

Re: Apache / PHP / Imagick

I assume this means Imagick is your problem and not Imagemagick.
You are correct. I just tried CentOS. After installing Imagick, I can't boot anymore and I get the error "Could not update /var/lib/gdm/.ICEAuthority" upon attempts to do so. I'm curious how anyone gets it to work.
by holdoffhunger
2013-05-28T18:11:58-07:00
Forum: Users
Topic: Installation of Image Magick on Wamp
Replies: 7
Views: 30014

Re: Installation of Image Magick on Wamp

Second! I'm not just having issues with installing ImageMagick on Wamp, but it also destroyed a harddrive on Kubuntu when I tried to update it with it's unusual "dependent packages". Getting ImageMagick to work anywhere seems to be a tremendous pain. You're lucky you never coded anything i...
by holdoffhunger
2013-05-28T17:51:19-07:00
Forum: Developers
Topic: Apache / PHP / Imagick
Replies: 12
Views: 33036

Re: Apache / PHP / Imagick

JQMagic: Doesn't work on Firefox, Chrome, or IE (tried with multiple versions). IE is not a stable platform for JQMagick. But it should work on Firefox and Chrome if you have a current version of these browsers. Perhaps you can tell us your platform and version of the browsers. I agree with you on ...
by holdoffhunger
2013-05-28T16:58:08-07:00
Forum: Developers
Topic: Apache / PHP / Imagick
Replies: 12
Views: 33036

Apache / PHP / Imagick

Hello, all, I've written a significant bit of code in PHP to create an HTML-based GUI for the simple effects functions of ImageMagick available within PHP. However, this is complicated by the fact that it's incredibly difficult to get these three pieces of technology to work together: Apache, PHP, a...