imagick 3.1.2 on 1&1 ssh (imagemagick 6.6.0-4 / php 4.4.9 / debian 4.4.5)

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
tarusam
Posts: 2
Joined: 2015-06-30T18:46:56-07:00
Authentication code: 6789

imagick 3.1.2 on 1&1 ssh (imagemagick 6.6.0-4 / php 4.4.9 / debian 4.4.5)

Post by tarusam »

Hello there,

Code: Select all

(uiserver):(username):~/(domain root)/imagick-3.1.2 > ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend
checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20020429
checking for re2c... exit 0;
checking for gawk... gawk
checking whether to enable the imagick extension... yes, shared
checking whether to enable the imagick GraphicsMagick backend... no
./configure: line 4371: syntax error near unexpected token `ext/imagick,'
./configure: line 4371: `  PHP_INSTALL_HEADERS(ext/imagick, php_imagick.h php_imagick_defs.h php_imagick_shared.h)'
ImageMagick is currently installed on the host, but I need imagick. I don't understand the error message. Please advise.
tarusam
Posts: 2
Joined: 2015-06-30T18:46:56-07:00
Authentication code: 6789

Re: imagick 3.1.2 on 1&1 ssh (imagemagick 6.6.0-4 / php 4.4.9 / debian 4.4.5)

Post by tarusam »

Can anyone help me? (bump)
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: imagick 3.1.2 on 1&1 ssh (imagemagick 6.6.0-4 / php 4.4.9 / debian 4.4.5)

Post by Bonzo »

There are not many Imagick users here and Imagick is not written or maintained by the people who look after Imagemagick.

As this is probably an install problem rather than an Imagick problem I would post on a forum more dedicated to servers/Linux/websites.

I assume 1&1 will not install it for you?
Post Reply