I wish i could understand german a little bit better, but i'm having the same issue as in this post:
http://www.isp-control.net/forum/erledig...-1816.html
I can't seem to get imagemagick installed on my server, i've built from source without error, but my Gallery2 installation can't seem to use it...
Quote:psygarden:/usr/local/bin# l
total 316K
-rwxrwxrwx 1 root root 26K 2008-01-23 19:13 animate
-rwxrwxrwx 1 root root 28K 2008-01-23 19:13 compare
-rwxrwxrwx 1 root root 26K 2008-01-23 19:13 composite
-rwxrwxrwx 1 root root 26K 2008-01-23 19:13 conjure
-rwxrwxrwx 1 root root 28K 2008-01-23 19:13 convert
-rwxrwxrwx 1 root root 26K 2008-01-23 19:13 display
-rwxrwxrwx 1 root root 28K 2008-01-23 19:13 identify
-rwxrwxrwx 1 root root 26K 2008-01-23 19:13 import
-rwxrwxrwx 1 root root 1.3K 2008-01-23 19:13 Magick-config
-rwxrwxrwx 1 root root 26K 2008-01-23 19:13 mogrify
-rwxrwxrwx 1 root root 26K 2008-01-23 19:13 montage
-rwxrwxrwx 1 root root 26K 2008-01-23 19:13 stream
-rwxrwxrwx 1 root root 1.3K 2008-01-23 19:13 Wand-config
This is the error i get from gallery2 when i test the availability for the functions:
Quote: ImageMagick binary test results
Binary Name Pass/Fail
identify
Failed
Error messages:
Problem executing binary:
identify
Failed
Error messages:
Problem executing binary:
convert
Failed
Error messages:
Problem executing binary:
composite
Failed
Error messages:
Problem executing binary:
Debug output (4 failed tests) -
We gathered this debug output while testing your ImageMagick binaries. If you read through this carefully you may discover the reason why your ImageMagick binaries failed the tests.
realpath(/usr/bin/)
realpath(/var/www/virtual/psygarden.be/)
realpath(/usr/share/php/)
Loading plugin imagemagick
imagemagick plugin successfully instantiated
Check the version of the imagemagick plugin
The version of the imagemagick plugin is ok
getcwd()
chdir(/var/www/virtual/psygarden.be/g2data/tmp/)
file_exists(/usr/bin/gm)
realpath(/usr/bin/identify)
realpath(/var/www/virtual/psygarden.be/)
realpath(/usr/share/php/)
getParameter exec.beNice for core plugin
Executing: ( "/usr/bin/identify"
"/var/www/virtual/psygarden.be/htdocs/g2/modules/imagemagick/data/test.gif"
) 2>/var/www/virtual/psygarden.be/g2data/tmp/g2dbga17pze
getParameter exec.expectedStatus for core plugin
file_exists(/var/www/virtual/psygarden.be/g2data/tmp/g2dbga17pze)
filesize(/var/www/virtual/psygarden.be/g2data/tmp/g2dbga17pze)
unlink(/var/www/virtual/psygarden.be/g2data/tmp/g2dbga17pze)
Regular Output:
Error Output:
Status: (expected 0)
file_exists(/usr/bin/gm)
tempnam(/var/www/virtual/psygarden.be/g2data/tmp/, imgk_)
realpath(/usr/bin/convert)
realpath(/var/www/virtual/psygarden.be/)
realpath(/usr/share/php/)
Executing: ( "/usr/bin/convert" "-size" "200x200" "-geometry" "200x200"
"/var/www/virtual/psygarden.be/htdocs/g2/modules/imagemagick/data/test.gif"
"/var/www/virtual/psygarden.be/g2data/tmp/imgk_7lapMO" )
2>/var/www/virtual/psygarden.be/g2data/tmp/g2dbgdptpZo
file_exists(/var/www/virtual/psygarden.be/g2data/tmp/g2dbgdptpZo)
filesize(/var/www/virtual/psygarden.be/g2data/tmp/g2dbgdptpZo)
unlink(/var/www/virtual/psygarden.be/g2data/tmp/g2dbgdptpZo)
Regular Output:
Error Output:
Status: (expected 0)
unlink(/var/www/virtual/psygarden.be/g2data/tmp/imgk_7lapMO)
file_exists(/usr/bin/gm)
file_exists(/usr/bin/combine)
file_exists(/usr/bin/composite)
file_exists(/usr/bin/gm)
tempnam(/var/www/virtual/psygarden.be/g2data/tmp/, imgk_)
Executing: ( "/usr/bin/composite" "-geometry" "+0+0"
"/var/www/virtual/psygarden.be/htdocs/g2/modules/imagemagick/data/test.jpg"
"/var/www/virtual/psygarden.be/htdocs/g2/modules/imagemagick/data/test.gif"
"/var/www/virtual/psygarden.be/g2data/tmp/imgk_4clucZ" )
2>/var/www/virtual/psygarden.be/g2data/tmp/g2dbg0MXzpz
file_exists(/var/www/virtual/psygarden.be/g2data/tmp/g2dbg0MXzpz)
filesize(/var/www/virtual/psygarden.be/g2data/tmp/g2dbg0MXzpz)
unlink(/var/www/virtual/psygarden.be/g2data/tmp/g2dbg0MXzpz)
Regular Output:
Error Output:
Status: (expected 0)
unlink(/var/www/virtual/psygarden.be/g2data/tmp/imgk_4clucZ)
chdir(/var/www/virtual/psygarden.be/htdocs/g2)
Does anyone have any suggestion what i might be missing out on?