Page 1 of 1

ImageMagick und Imagick

Posted: 2005-12-09 17:30
by snake*sl
Hallo,

ich hab mir ImageMagick-5.5.7.rpm installiert und imagick. Wenn ich jetzt php neu konfiguriere, dann kommt die Meldung:

Code: Select all

checking for imagick support... yes
checking for imagick support... no
Building with ImageMagick as backend
checking for ImageMagick in default path... found in /usr
checking for ImageMagick 5.5.3 or later with /usr/bin/Magick-config... 5.5.7
checking for InitializeMagick in -lMagick... no
configure: error: There is something wrong. Please check config.log for more information.
In der config.log steht dann als erste Fehlermeldung:

Code: Select all

| #include <ac_nonexistent.h>
configure:3298: checking for egrep
configure:3308: result: grep -E
configure:3314: checking for AIX
configure:3336: result: no
configure:3345: checking if compiler supports -R
configure:3369: gcc -o conftest -g -O2   conftest.c -R /usr/lib  >&5
gcc: unrecognized option `-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:3375: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3402: result: no
configure:3407: checking if compiler supports -Wl,-rpath,
configure:3431: gcc -o conftest -g -O2   conftest.c -Wl,-rpath,/usr/lib  >&5
configure:3437: $? = 0
configure:3441: test -z
Hat jemand 'ne Idee?

Re: ImageMagick und Imagick

Posted: 2005-12-09 21:15
by djcrackman
PHP als RPM oder Source?

Wie lautet dein configure-Aufruf?

Re: ImageMagick und Imagick

Posted: 2005-12-09 22:57
by Roger Wilco
snake*sl wrote:Hat jemand 'ne Idee?
Dir fehlt ImageMagick-devel.

Re: ImageMagick und Imagick

Posted: 2005-12-10 16:21
by snake*sl
Roger Wilco wrote:Dir fehlt ImageMagick-devel.
Ist installiert, das war's nicht. :(

PHP kompiliere ich selbst mit folgendem Aufruf

Code: Select all

'./configure' '--prefix=/usr' '--datadir=/usr/share/php' '--mandir=/usr/share/man' '--bindir=/usr/bin' '--libdir=/usr/share' '--includedir=/usr/include' '--sysconfdir=/etc' '--with-_lib=lib' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--disable-debug' '--enable-inline-optimization' '--enable-memory-limit' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sigchild' '--disable-ctype' '--disable-session' '--without-mysql' '--disable-cli' '--with-pear=/usr/local/src/php/pear/' '--with-openssl' '--with-imagick' '--with-apxs2=/usr/sbin/apxs2-prefork' 'i586-suse-linux' 
Alternativ hab ich auch schon --with-imagick=usr/local/ImageMagick ausprobiert.

Re: ImageMagick und Imagick

Posted: 2005-12-12 10:22
by snake*sl
hat keiner ein Lösung für mich?