First of all.
I´m working with Debian.
This is tested and will work with etch and lenny.
1. In Putty login as root, install php5-imagick
2. In your root Folder ( cd / ) create a symlink to th imagick.so file.
(Yes that is the magic part that is nowhere documented and get that thing working...)
3. Login as admin in your Directadmin Webpanel
Click on File Editor, choose php.ini -> Show File
Scroll down and Paste this in the File (I pasted this above ; Local Variables
And click save.
4. Last Step. Restart httpd. Have Fun
Click Home, Service Montior
Search Httpd and click Restart.
Or, in shell
Many thanks for Xaver form http://www.xwissen.info
Who had the idea with the Symlink.
I´m working with Debian.

This is tested and will work with etch and lenny.
1. In Putty login as root, install php5-imagick
Code:
apt-get install php5-imagick
2. In your root Folder ( cd / ) create a symlink to th imagick.so file.
(Yes that is the magic part that is nowhere documented and get that thing working...)
Code:
ln -s /usr/lib/php5/20060613+lfs/imagick.so ./imagick.so
3. Login as admin in your Directadmin Webpanel
Click on File Editor, choose php.ini -> Show File
Scroll down and Paste this in the File (I pasted this above ; Local Variables

Code:
[imagick]
extension=imagick.so
4. Last Step. Restart httpd. Have Fun

Click Home, Service Montior
Search Httpd and click Restart.
Or, in shell

Code:
/etc/init.d/httpd restart
Many thanks for Xaver form http://www.xwissen.info
Who had the idea with the Symlink.

Last edited: